(Não há informação de versão disponível, talvez apenas no SVN)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Estilo orientado à objeto (method):
Estilo procedural:
$stmt
)Checks if there are more query results from a multiple query.
Returns TRUE
if more results exist, otherwise FALSE
.