suche nach in der

mysqli::multi_query> <mysqli::kill
Last updated: Fri, 25 May 2012

view this page in

mysqli::more_results

mysqli_more_results

(PHP 5)

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

Beschreibung

Objektorientierter Stil

bool mysqli::more_results ( void )

Prozeduraler Stil

bool mysqli_more_results ( mysqli $link )

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

Parameter-Liste

link

Nur bei prozeduralem Aufruf: Ein von mysqli_connect() oder mysqli_init() zurückgegebenes Verbindungsobjekt.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Beispiele

See mysqli_multi_query().

Siehe auch



add a note add a note User Contributed Notes
mysqli::more_results
There are no user contributed notes for this page.

mysqli::multi_query> <mysqli::kill
Last updated: Fri, 25 May 2012