You are here

function DB::apiVersion in Flickr API 5

Return the DB API version

Return value

string the DB API version number

File

phpFlickr/PEAR/DB.php, line 572

Class

DB
Database independent query interface

Code

function apiVersion() {
  return '@package_version@';
}