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_field_count

原型
int sasql_field_count( sasql_conn $conn )
说明

返回最后一个结果所包含的列(字段)数。

参数

$conn   由连接函数返回的连接资源。

返回值

一个正的列数,或 FALSE(如果 $conn 无效)。