downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

mysqli_warning::__construct> <mysqli_driver::$report_mode
[edit] Last updated: Wed, 22 May 2013

view this page in

mysqli_warning クラス

(PHP 5)

導入

MySQL の警告を表します。

クラス概要

mysqli_warning {
/* プロパティ */
public $message ;
public $sqlstate ;
public $errno ;
/* メソッド */
public __construct ( void )
public void next ( void )
}

プロパティ

message

メッセージ文字列

sqlstate

SQL state

errno

エラー番号

目次



add a note add a note User Contributed Notes mysqli_warning - [1 notes]
up
0
hlopetz at gmail com
3 months ago
mysqli_warning::__construct() seems protected according reflection:

== Class: mysqli_warning
Could not construct class mysqli_warning
Message: Access to non-public constructor of class mysqli_warning

 
show source | credits | sitemap | contact | advertising | mirror sites