mysqli_driver::embedded_server_start
mysqli_warning::__construct
mysqli
PHP Manual
The mysqli_warning class
(PHP 5)
Введение
Represents a MySQL warning.
Обзор классов
mysqli_warning
{
/* Свойства */
public
$
message
;
public
$
sqlstate
;
public
$
errno
;
/* Методы */
public
__construct
(
void
)
public
void
next
(
void
)
}
Свойства
message
Message string
sqlstate
SQL state
errno
Error number
Содержание
mysqli_warning::__construct
— The __construct purpose
mysqli_warning::next
— The next purpose
mysqli_driver::embedded_server_start
mysqli_warning::__construct
mysqli
PHP Manual