PDF (US Ltr)
- 2.4Mb
PDF (A4)
- 2.4Mb
HTML Download (TGZ)
- 251.4Kb
HTML Download (Zip)
- 258.8Kb
Copyright 1997-2021 the PHP Documentation Group.
mysqli_warning::next
Fetch next warning
Description
public bool mysqli_warning::next();
Change warning information to the next warning if possible.
Once the warning has been set to the next warning, new values of
properties message
,
sqlstate
and errno
of
mysqli_warning
are available.
Parameters
This function has no parameters.
Return Values
Returns true
if next warning was fetched
successfully. If there are no more warnings, it will return
false