|
cubrid_bindBind variables to a prepared statement as parameters Description
bool cubrid_bind
( resource
$req_identifier
, int $bind_index
, mixed $bind_value
[, string $bind_value_type
] )
The cubrid_bind function is used to bind values to a
corresponding named or question mark placeholder in the SQL statement that
was passed to cubrid_prepare. If
The following table shows the types of substitute values.
Parameters
Return Values
Changelog
ExamplesExample #1 cubrid_bind example
<?php The above example will output: --- Dream Team (1992 United States men's Olympic basketball team) --- Stockton John Robinson David Pippen Scottie Mullin C. Malone Karl Laettner C. Jordan Michael Johnson Earvin Ewing Patrick Drexler Clyde Bird Larry Barkley Charles Example #2 cubrid_bind BLOB/CLOB example
<?php Example #3 cubrid_bind BLOB/CLOB example
<?php See Also
|