Copyright 1997-2008 the PHP Documentation Group.
Represents a MySQL warning.
mysqli_warning {
mysqli_warning Propertiespublic message ;
public sqlstate ;
public errno ;
Methods__construct();
public void next();
}
Copyright 1997-2008 the PHP Documentation Group.
mysqli_warning::__construct
The __construct purpose
Description
mysqli_warning::__construct();
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
Copyright 1997-2008 the PHP Documentation Group.
mysqli_warning::next
The next purpose
Description
public void mysqli_warning::next();
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
User Comments
Add your own comment.