php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
getSqlState () | |
![]() | |
__construct (string $message="", int $code=0, ?Throwable $previous=null) | |
__wakeup () | |
getMessage () | |
getCode () | |
getFile () | |
getLine () | |
getTrace () | |
getPrevious () | |
getTraceAsString () | |
__toString () | |
Protected Attributes | |
string | $sqlstate = "00000" |
![]() | |
$message = "" | |
$code = 0 | |
string | $file = "" |
int | $line = 0 |
Definition at line 1326 of file mysqli.stub.php.
mysqli_sql_exception::getSqlState | ( | ) |
Definition at line 1330 of file mysqli.stub.php.
|
protected |
Definition at line 1328 of file mysqli.stub.php.