(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
Nesne yönelimli kullanım (method):
Yordamsal kullanım:
$stmt
) : boolChecks if there are more query results from a multiple query.
deyimt
Sadece yordamsal tarz: mysqli_stmt_init() işlevinden dönen bir deyim tanıtıcısı.
Returns TRUE
if more results exist, otherwise FALSE
.
Sadece mysqlnd ile kullanılabilir.