(PHP 5 >= 5.3.0, PHP 7)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
객체 기반 형식 (method):
절차식 형식:
$stmt
)Checks if there are more query results from a multiple query.
Returns TRUE
if more results exist, otherwise FALSE
.
mysqlnd에서만 사용할 수 있습니다.