(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
Estilo orientado a objetos
Estilo procedural:
Checks if there are more query results from a multiple query.
Nota:
Disponível apenas com o mysqlnd.
statement
Somente no estilo procedural: Um objeto mysqli_stmt retornado por mysqli_stmt_init().
Returns true
if more results exist, otherwise false
.