constant DB_PARAM_OPAQUE in Flickr API 5
Indicates an opaque (<kbd>&</kbd>) placeholder was used
The value presented is a file name. Extract the contents of that file and place them in this column.
2 uses of DB_PARAM_OPAQUE
- DB_common::executeEmulateQuery in phpFlickr/
PEAR/ DB/ common.php - Emulates executing prepared statements if the DBMS not support them
- DB_common::prepare in phpFlickr/
PEAR/ DB/ common.php - Prepares a query for multiple execution with execute()
File
- phpFlickr/
PEAR/ DB.php, line 207
Code
define('DB_PARAM_OPAQUE', 2);