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
목차
- mysqli_warning::__construct — 직접 인스턴스화를 허용하지 않는 개인 생성자
- mysqli_warning::next — 다음 경고 가져오기