You are here

constant DB_ERROR_TRUNCATED in Flickr API 5

A literal submitted was too long so the end of it was removed

1 use of DB_ERROR_TRUNCATED
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

File

phpFlickr/PEAR/DB.php, line 96

Code

define('DB_ERROR_TRUNCATED', -10);