(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
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
)Checks 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
.