(PHP 5, PHP 7)
mysqli::next_result -- mysqli_next_result — Prepare next result from multi_query
面向对象风格
过程化风格
Prepares next result set from a previous call to mysqli_multi_query() which can be retrieved by mysqli_store_result() or mysqli_use_result().
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
See mysqli_multi_query().