The MySQLi_Warning class
(No version information available, might only be in SVN)
소개
Represents a MySQL warning.
클래스 개요
mysqli_warning
{
/* 프로퍼티 */
public
$mysqli_warning->message
;
public
$sqlstate
;
public
$errno
;
/* 메소드 */
mysqli_warning::__construct
( void
)
}프로퍼티
- message
-
Message string
- sqlstate
-
SQL state
- errno
-
Error number
Table of Contents
- mysqli_warning::__construct — The __construct purpose
- mysqli_warning::next — The next purpose
There are no user contributed notes for this page.
