mysqli::more_results
mysqli_more_results
(PHP 5, PHP 7, PHP 8)
mysqli::more_results -- mysqli_more_results — マルチクエリからの結果がまだ残っているかどうかを調べる
戻り値
直近の mysqli_multi_query()
の呼び出しで (エラーを含めて) 1 件以上の結果セットが存在する場合に true
、それ以外の場合に
false
を返します。
例
mysqli_multi_query() を参照ください。
参考
- mysqli_multi_query() - データベース上でひとつ以上のクエリを実行する
- mysqli_next_result() - multi_query の、次の結果を準備する
- mysqli_store_result() - 直近のクエリから結果セットを転送する
- mysqli_use_result() - 結果セットの取得を開始する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google