Mysqli
PHP Manual

The mysqli_warning class

(PHP 5)

Giriş

Represents a MySQL warning.

Sınıf Sözdizimi

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

Özellikler

message

Message string

sqlstate

SQL state

errno

Error number

İçindekiler


Mysqli
PHP Manual