|
(PHP 5)
mysqli_stmt_error(no version information, might be only in CVS)
mysqli_stmt->error -- Returns a string description for last statement errorProcedural style:
string mysqli_stmt_error ( mysqli_stmt stmt )Object oriented style (property):
class mysqli_stmt {For the statement specified by stmt, mysqli_stmt_error() returns a containing the error message for the most recently invoked statement function that can succeed or fail.
Beispiel 2. Procedural style
|
Das oben gezeigte Beispiel erzeugt folgende Ausgabe:
Error: Table 'world.myCountry' doesn't exist. |
Zurück | Zum Anfang | Weiter |
mysqli_stmt_errno | Nach oben | mysqli_stmt_execute |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:04