property DB_mysql::$features in Flickr API 5
The capabilities of this DB implementation
The 'new_link' element contains the PHP version that first provided new_link support for this DBMS. Contains false if it's unsupported.
Meaning of the 'limit' element: + 'emulate' = emulate with fetch row by number + 'alter' = alter the query + false = skip rows
Type: array
File
- phpFlickr/
PEAR/ DB/ mysql.php, line 75
Class
- DB_mysql
- The methods PEAR DB uses to interact with PHP's mysql extension for interacting with MySQL databases
Code
var $features = array(
'limit' => 'alter',
'new_link' => '4.2.0',
'numrows' => true,
'pconnect' => true,
'prepare' => false,
'ssl' => false,
'transactions' => true,
);