constant PEAR_ERROR_RETURN in Flickr API 5
8 uses of PEAR_ERROR_RETURN
- DB_mysql::nextId in phpFlickr/PEAR/DB/mysql.php
- Returns the next free id in a sequence
- DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
- Returns the next free id in a sequence
- PEAR::raiseError in phpFlickr/PEAR/PEAR.php
- This method is a wrapper that returns an instance of the
configured error class with this object's default error
handling applied. If the $mode and $options parameters are not
specified, the object's defaults are used.
- PEAR::setErrorHandling in phpFlickr/PEAR/PEAR.php
- Sets how errors generated by this object should be handled.
Can be invoked both in objects and statically. If called
statically, setErrorHandling sets the default behaviour for all
PEAR objects. If called in an object, setErrorHandling sets
the…
- PEAR::staticPopErrorHandling in phpFlickr/PEAR/PEAR.php
... See full list
File
- phpFlickr/PEAR/PEAR.php, line 30
Code
define('PEAR_ERROR_RETURN', 1);