Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
mysqli_stmt_error
(PHP 5)
mysqli_stmt_error(no version information, might be only in CVS)
mysqli_stmt->error -- Returns a string description for last statement errorPopis
Procedural style:
string mysqli_stmt_error ( mysqli_stmt stmt )Object oriented style (property):
class mysqli_stmt {string error
}
Returns a containing the error message for the most recently invoked statement function that can succeed or fail.
PÅ™Ãklady
PÅ™Ãklad 2. Procedural style
|
Výše uvedený pÅ™Ãklad vypÃÅ¡e:
Error: Table 'world.myCountry' doesn't exist. |
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
mysqli_stmt_errno | Nahoru |