PHP mysqli_stmt_next_result MySQLi 函数
-
定义和用法
mysqli_stmt_next_result - 从多重查询中读取下一个结果 -
版本支持
PHP4 PHP5 PHP7 不支持 支持 支持 -
语法
mysqli_stmt_next_result ( mysqli_stmt $stmt )
从多重查询中读取下一个结果。 -
参数
参数 必需的 描述 stmt 是 由 mysqli_stmt_init() 返回的 statement 标识。 -
返回值
成功时返回 TRUE, 或者在失败时返回 FALSE。 -
示例
<?php
-