|
cubrid_lob2_bindBind a lob object or a string as a lob object to a prepared statement as parameters Description
bool cubrid_lob2_bind(
resource $req_identifier,int $bind_index,mixed $bind_value,string $bind_value_type = ?)
The cubrid_lob2_bind function is used to bind BLOB/CLOB datas
to a corresponding question mark placeholder in the SQL statement that was passed
to cubrid_prepare. If Parameters
Return Values
Returns ExamplesExample #1 cubrid_lob2_bind example See Also
|