PHP Doku:: Check if there are any more query results from a multi query - mysqli.more-results.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMySQL Improved ExtensionThe MySQLi classmysqli::more_results -- mysqli_more_results

Ein Service von Reinhard Neidl - Webprogrammierung.

The MySQLi class

<<mysqli::kill -- mysqli_kill

mysqli::multi_query -- mysqli_multi_query>>

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)