diff --git a/reference/mysqli/mysqli_warning/next.xml b/reference/mysqli/mysqli_warning/next.xml index 9fc40d0b3c..60d6d4d1e0 100644 --- a/reference/mysqli/mysqli_warning/next.xml +++ b/reference/mysqli/mysqli_warning/next.xml @@ -4,20 +4,23 @@ mysqli_warning::next - The next purpose + Fetch next warning &reftitle.description; - public voidmysqli_warning::next + public boolmysqli_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. - - &warn.undocumented.func; @@ -29,7 +32,8 @@ &reftitle.returnvalues; - + Returns &true; if next warning was fetched successfully. + If there are no more warnings, it will return &false;