update : 2015.11.03
php.shukuma.com검색:
|
mysqli_stmt::next_resultmysqli_stmt_next_result(PHP 5 >= 5.3.0) mysqli_stmt::next_result -- mysqli_stmt_next_result — Reads the next result from a multiple query 설명객체 기반 형식 (method):
public bool mysqli_stmt::next_result
( void
)
절차식 형식:
bool mysqli_stmt_next_result
( mysql_stmt
$stmt
)Reads the next result from a multiple query. 반환값
성공 시 오류/예외
Emits an MySQL Native Driver Onlymysqlnd에서만 사용할 수 있습니다. 참고
|