|
cubrid_bindBind variables to a prepared statement as parameters Beschreibung
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.
Parameter-Liste
Rückgabewerte
Changelog
BeispieleBeispiel #1 cubrid_bind example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: --- 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 Beispiel #2 cubrid_bind BLOB/CLOB example
<?phpBeispiel #3 cubrid_bind BLOB/CLOB example
<?phpSiehe auch
|