You are here

function DB_common::toString in Flickr API 5

DEPRECATED: String conversion method

Return value

string a string describing the current PEAR DB object

Deprecated

Method deprecated in Release 1.7.0

File

phpFlickr/PEAR/DB/common.php, line 227

Class

DB_common
DB_common is the base class from which each database driver class extends

Code

function toString() {
  return $this
    ->__toString();
}