|
The mysqli_warning classIntroductionRepresents a MySQL warning. Class synopsis
final
mysqli_warning
/* Properties */
public
string
$message;
public
string
$sqlstate;
public
int
$errno;
/* Methods */
private __construct()
public bool next()
Properties
|