You are here

function DB_pgsql::quote in Flickr API 5

@internal

Overrides DB_common::quote

Deprecated

Deprecated in release 1.6.0

File

phpFlickr/PEAR/DB/pgsql.php, line 467

Class

DB_pgsql
The methods PEAR DB uses to interact with PHP's pgsql extension for interacting with PostgreSQL databases

Code

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