
Druckansicht von http://www.php-homepage.de/manual/mysqli.more-results.php
mysqli::more_resultsmysqli_more_results(PHP 5) mysqli::more_results -- mysqli_more_results — Check if there are any more query results from a multi query BeschreibungObjektorientierter Stil
bool mysqli::more_results
( void
)
Prozeduraler Stil Indicates if one or more result sets are available from a previous call to mysqli_multi_query(). Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleSee mysqli_multi_query(). Siehe auch
|