You are here

function DB_mysql::quote in Flickr API 5

Overrides DB_common::quote

Deprecated

Deprecated in release 1.6.0

File

phpFlickr/PEAR/DB/mysql.php, line 776

Class

DB_mysql
The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases

Code

function quote($str) {
  return $this
    ->quoteSmart($str);
}