mysqli_warning::next

(PHP 5, PHP 7)

mysqli_warning::nextFetch next warning

Beschreibung

public mysqli_warning::next ( void ) : bool

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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns TRUE if next warning was fetched successfully. If there are no more warnings, it will return FALSE