Latest web development tutorials

PHP mysqli_more_results () function

PHP MySQLi Reference Manual PHP MySQLi Reference Manual


Definition and Usage

mysqli_more_results () function to check more than one query whether there are more results.


grammar

mysqli_more_results( connection ) ;

参数 描述
connection 必需。规定要使用的 MySQL 连接。

technical details

return value: If successful it returns TRUE, on failure returns FALSE.
PHP version: 5+


PHP MySQLi Reference Manual PHP MySQLi Reference Manual