PHP Function Reference

PHP mysqli_warning class



The PHP mysqli_warning class represents a MySQL warning.

Class synopsis

final class mysqli_warning {
  //Properties
  public $message;
  public $sqlstate;
  public $errno;

  //Methods
  public next(): bool
}

Properties

message Message string
sqlstate SQL state
errno Error number

❮ PHP MySQLi Reference