(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
Estilo orientado à objeto (method):
Estilo procedural:
$stmt
)Checks if there are more query results from a multiple query.
stmt
Somente no estilo procedural: Um recurso statement retornado por mysqli_stmt_init().
Returns TRUE
if more results exist, otherwise FALSE
.
Disponível apenas no mysqlnd.