PHP. Руководство по PHP. 2005
db2_bind_param
db2_bind_param
(no version information, might be only in CVS)db2_bind_param -- Binds a PHP variable to an SQL statement parameter
Описание
bool db2_bind_param (resource stmt, int parameter-number, string variable-name [, int parameter-type [, int data-type [, int precision [, int scale]]]])Binds a PHP variable to an SQL statement parameter in a statement resource returned by db2_prepare(). This function gives you more control over the parameter type, data type, precision, and scale for the parameter than simply passing the variable as part of the optional input array to db2_execute().