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_multi_query() コールから次の結果セットを用意します。 これは mysqli_store_result() あるいは mysqli_use_result() で取得することが可能です。

パラメータ

link

手続き型のみ: mysqli_connect() あるいは mysqli_init() が返すリンク ID。

返り値

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

mysqli_multi_query() を参照ください。

参考

mysqli_multi_query()
mysqli_more_results()
mysqli_store_result()
mysqli_use_result()