update : 2015.11.03
php.shukuma.com

검색:
 
 
The mysqli_warning class

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

Table of Contents