The mysqli_warning class
The 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 |
❮ MySQLi Functions Reference