PHP mysqli_more_results() Function
Definition and Usage
The mysqli_more_results() function checks if there are any more results from a multi query.
Syntax
mysqli_more_results(connection);
Parameter | Description |
---|---|
connection | Required. Specifies the MySQL connection to use |
Technical Details
Return Value: | TRUE on success. FALSE on failure |
---|---|
PHP Version: | 5+ |
PHP MySQLi Reference