stmt->bind_result()
stmt->bind_result - Binds variables to a prepared statement for result storage
Syntax
bool stmt->bind_result (
resource $stmt,
mixed &$var1,
mixed &$...,
mixed &$var1,
mixed &$...,
resource $stmt,
mixed &$var1,
mixed &$...,
mixed &$var1,
mixed &$...)
Arguments
- stmt - One of the MAXDB_REPORT_XXXconstants.
- var1 - One of the MAXDB_REPORT_XXXconstants.
- ... - One of the MAXDB_REPORT_XXXconstants.
- var1 - One of the MAXDB_REPORT_XXXconstants.
- ... - One of the MAXDB_REPORT_XXXconstants.
- stmt - One of the MAXDB_REPORT_XXXconstants.
- var1 - One of the MAXDB_REPORT_XXXconstants.
- ... - One of the MAXDB_REPORT_XXXconstants.
- var1 - One of the MAXDB_REPORT_XXXconstants.
- ... - One of the MAXDB_REPORT_XXXconstants.
Description
Procedural style:
Version
PHP PECL maxdb >= 1.0
Return value
Returns TRUE on success or FALSE on failure.