constant DB_FETCHMODE_DEFAULT in Flickr API 5
Indicates the current default fetch mode should be used
See also
DB_common::$fetchmode
5 uses of DB_FETCHMODE_DEFAULT
- DB_common::getAll in phpFlickr/
PEAR/ DB/ common.php - Fetches all of the rows from a query result
- DB_common::getAssoc in phpFlickr/
PEAR/ DB/ common.php - Fetches an entire query result and returns it as an associative array using the first column as the key
- DB_common::getRow in phpFlickr/
PEAR/ DB/ common.php - Fetches the first row of data returned from a query result
- DB_result::fetchInto in phpFlickr/
PEAR/ DB.php - Fetch a row of data into an array which is passed by reference
- DB_result::fetchRow in phpFlickr/
PEAR/ DB.php - Fetch a row of data and return it by reference into an array
File
- phpFlickr/
PEAR/ DB.php, line 258
Code
define('DB_FETCHMODE_DEFAULT', 0);