MySQLi_Warning类
(PHP 5, PHP 7, PHP 8)
简介
表示一个 MySQL 警告。
类摘要
属性
- message
-
消息字符串
- sqlstate
-
SQL状态
- errno
-
错误编号
目录
- mysqli_warning::__construct — Private constructor to disallow direct instantiation
- mysqli_warning::next — Fetch next warning
add a note
User Contributed Notes 1 note
hlopetz at gmail com ¶
9 years 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