mysqli_next_result

(PHP 5)

mysqli_next_result

(no version information, might be only in CVS)

mysqli->next_result -- multi_query の、次の結果を準備する

説明

bool mysqli_next_result ( mysqli link )

mysqli_next_result() は、直近の mysqli_multi_query() コールから次の結果セットを取得します。 これは mysqli_store_result() あるいは mysqli_use_result() から取得することが可能です。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

mysqli_multi_query()mysqli_more_results()mysqli_store_result() そして mysqli_use_result()

mysqli_multi_query() を参照ください。