You are here

constant DB_PARAM_SCALAR in Flickr API 5

Indicates a scalar (<kbd>?</kbd>) placeholder was used

Quote and escape the value as necessary.

2 uses of DB_PARAM_SCALAR
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 199

Code

define('DB_PARAM_SCALAR', 1);