You are here

constant DB_FETCHMODE_ASSOC in Flickr API 5

Column data indexed by column names

8 uses of DB_FETCHMODE_ASSOC
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::getCol in phpFlickr/PEAR/DB/common.php
Fetches a single column from a query result and returns it as an indexed array
DB_common::setFetchMode in phpFlickr/PEAR/DB/common.php
Sets the fetch mode that should be used by default for query results
DB_mysql::fetchInto in phpFlickr/PEAR/DB/mysql.php
Places a row from the result set into the given array
DB_pgsql::fetchInto in phpFlickr/PEAR/DB/pgsql.php
Places a row from the result set into the given array

... See full list

File

phpFlickr/PEAR/DB.php, line 268

Code

define('DB_FETCHMODE_ASSOC', 2);