« mysqli_driver::$report_mode
mysqli_warning::next »
PHP Manual
MySQLi
The mysqli_warning class
The mysqli_warning class
(PHP 5, PHP 7)
Introdução
Represents a MySQL warning.
Sinopse da classe
final
mysqli_warning
{
/* Propriedades */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* Métodos */
public
next
( ) :
bool
}
Propriedades
message
Message string
sqlstate
SQL state
errno
Error number
Índice
mysqli_warning::next
— Fetch next warning