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_result_metadata

原型
sasql_result sasql_stmt_result_metadata( sasql_stmt $stmt )
说明

为所提供的语句返回结果集对象。

参数

$stmt   准备和执行的语句资源。

返回值

sasql_result 对象或 FALSE(如果语句不返回任何结果)。