mysqli::more_results

mysqli_more_results

(PHP 5, PHP 7)

mysqli::more_results -- mysqli_more_resultsCheck if there are any more query results from a multi query

Opis

Styl obiektowy

mysqli::more_results ( void ) : bool

Styl proceduralny

mysqli_more_results ( mysqli $link ) : bool

Indicates if one or more result sets are available from a previous call to mysqli_multi_query().

Parametry

połączenie

Tylko styl proceduralny: Identyfikator połączenia zwrócony przez mysqli_connect() lub mysqli_init()

Zwracane wartości

Returns TRUE if one or more result sets are available from a previous call to mysqli_multi_query(), otherwise FALSE.

Przykłady

See mysqli_multi_query().

Zobacz też:

add a note add a note

User Contributed Notes

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