stmt->prepare()
stmt->prepare - Prepare a SQL statement for execution
Syntax
mixed stmt->prepare (
resource $stmt,
string $query,
string $query,
resource $stmt,
string $query,
string $query)
Arguments
- stmt - One of the MAXDB_REPORT_XXXconstants.
- query - One of the MAXDB_REPORT_XXXconstants.
- query - One of the MAXDB_REPORT_XXXconstants.
- stmt - One of the MAXDB_REPORT_XXXconstants.
- query - One of the MAXDB_REPORT_XXXconstants.
- query - One of the MAXDB_REPORT_XXXconstants.
Description
Procedure style:
Version
PHP PECL maxdb >= 1.0
Return value
Returns TRUE on success or FALSE on failure.