PostgreSQL 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

pg_num_fields

(PHP 4 >= 4.2.0, PHP 5)

pg_num_fields返回字段的数目

说明

int pg_num_fields ( resource $result )

pg_num_fields() 返回 PostgreSQL result 中的字段(列)数目。参数是由 pg_query() 函数返回的查询结果资源号。如果出错则返回 -1。

Note: 本函数以前的名字为 pg_numfields()

参见 pg_num_rows()pg_affected_rows()


PostgreSQL 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程