mysqli_warning 클래스

(PHP 5, PHP 7, PHP 8)


소개

MySQL 경고를 나타냅니다.


클래스 개요

                  
final class mysqli_warning {

  /* Properties */
  public string $message;
  public string $sqlstate;
  public int $errno;

  /* Methods */
  private __construct()
  public next(): bool
}
                  
                

Properties

message
메시지 문자열
sqlstate
SQL state
errno
Error number

목차