Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
mysqli_error
Popis
Procedural style:
string mysqli_error ( mysqli link )Object oriented style (property)
class mysqli {string error
}
Returns the last error message for the most recent MySQLi function call that can succeed or fail.
Seznam parametrů
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
PÅ™Ãklady
PÅ™Ãklad 2. Procedural style
|
Výše uvedený pÅ™Ãklad vypÃÅ¡e:
Errormessage: Unknown system variable 'a' |
PÅ™edcházejÃcà | Domů | Dalšà |
mysqli_errno | Nahoru |