KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Home
>
PHP
>
Function
>
>
maxdb_stmt->error()
maxdb_stmt->error()
maxdb_stmt->error - Returns a string description for last statement error
Syntax
string
maxdb_stmt->error
(
resource
$stmt)
Arguments
stmt - One of the MAXDB_REPORT_XXXconstants.
Description
Procedural style:
Version
PHP PECL maxdb >= 1.0
Return value
A string that describes the error. An empty string if no error occurred.