CakeFest 2024: The Official CakePHP Conference

mysqli_warning::next

(PHP 5, PHP 7, PHP 8)

mysqli_warning::nextFetch next warning

Descrizione

public mysqli_warning::next(): 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.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top