«

PHP:pg_num_fields()的用法

时间:2024-3-1 20:38     作者:韩俊     分类: PHP


pg_num_fields

(PHP 4 >= 4.2.0, PHP 5)

pg_num_fields — 返回字段的数目

<h3>说明</h3>
  int <strong>pg_num_fields</strong>
   ( resource <code>$result</code>
  )
<p>
 <strong>pg_num_fields()</strong> 返回 PostgreSQL <code>result</code> 中的字段(列)数目。参数是由 pg_query() 函数返回的查询结果资源号。如果出错则返回 -1。
</p>
<p><strong>Note</strong>:
 <p>
  本函数以前的名字为 pg_numfields()。
 </p>
</p>
<p>
 参见 pg_num_rows() 和 pg_affected_rows()。
</p>

标签: php php教程

热门推荐