
Druckansicht von http://www.php-homepage.de/manual/mysqli.next-result.php
mysqli::next_resultmysqli_next_result(PHP 5) mysqli::next_result -- mysqli_next_result — Prepare next result from multi_query BeschreibungObjektorientierter Stil
bool mysqli::next_result
( void
)
Prozeduraler Stil Prepares next result set from a previous call to mysqli_multi_query() which can be retrieved by mysqli_store_result() or mysqli_use_result(). Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleSee mysqli_multi_query(). Siehe auch
|