略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: MySQLi_Warning

2024-05-02

MySQLi_Warning类

(PHP 5, PHP 7, PHP 8)

简介

表示一个 MySQL 警告。

类摘要

class mysqli_warning {
/* 属性 */
public $message;
public $sqlstate;
public $errno;
/* 方法 */
public next(): bool
}

属性

message

消息字符串

sqlstate

SQL状态

errno

错误编号

目录

add a noteadd a note

User Contributed Notes 1 note

up
0
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

官方地址:https://www.php.net/manual/en/class.mysqli-warning.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3