MySQLi
PHP Manual

The mysqli_warning class

(PHP 5, PHP 7)

Giriş

Represents a MySQL warning.

Sınıf Sözdizimi

mysqli_warning {
/* Özellikler */
public $message ;
public $sqlstate ;
public $errno ;
/* Yöntemler */
protected __construct ( void )
public void next ( void )
}

Özellikler

message

Message string

sqlstate

SQL state

errno

Error number

İçindekiler


MySQLi
PHP Manual