You are here

constant DB_PORTABILITY_NULL_TO_EMPTY in Flickr API 5

Convert null values to empty strings in data output by get*() and fetch*()

2 uses of DB_PORTABILITY_NULL_TO_EMPTY
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

File

phpFlickr/PEAR/DB.php, line 383

Code

define('DB_PORTABILITY_NULL_TO_EMPTY', 32);