Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere PHP API » SQL Anywhere PHP API 参考

 

sasql_stmt_free_result

原型
bool sasql_stmt_free_result( sasql_stmt $stmt )
说明

此函数释放语句的高速缓存结果集。

参数

$stmt   使用 sasql_stmt_execute 执行的语句资源。

返回值

TRUE(成功时)或 FALSE(失败时)。

相关函数