(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().