PHP mysqli_more_results() 函数
PHP mysqli_more_results() 函数
定义和用法
mysqli_more_results() 函数检查一个多查询是否有更多的结果。
语法
mysqli_more_results(connection);
参数 | 描述 |
---|---|
connection | 必需。规定要使用的 MySQL 连接。 |
技术细节
返回值: | 如果成功则返回 TRUE,如果失败则返回 FALSE。 |
---|---|
PHP 版本: | 5+ |
PHP MySQLi 参考手册
相关文章
- PHP 安装
- PHP 语法
- PHP $_POST 变量
- PHP Session
- PHP 过滤器
- PHP 高级过滤器
- PHP array_count_values() 函数
- PHP array_fill_keys() 函数
- PHP array_flip() 函数
- PHP array_product() 函数
- PHP array_shift() 函数
- PHP array_slice() 函数
- PHP array_splice() 函数
- PHP array_walk_recursive() 函数
- PHP arsort() 函数
- PHP end() 函数
- PHP natsort() 函数
- PHP rsort() 函数
- PHP uasort() 函数
- PHP 5 Array 函数