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_close

原型
bool sasql_stmt_close( sasql_stmt $stmt )
说明

关闭所提供的语句资源并释放任何与其相关联的资源。此函数还将释放由 sasql_stmt_result_metadata 返回的任何结果对象。

参数

$stmt   由 sasql_prepare 函数返回的预准备语句资源。

返回值

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

相关函数