«

PHP:pg_num_rows()的用法

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


pg_num_rows

(PHP 4 >= 4.2.0, PHP 5)

pg_num_rows — 返回行的数目

<h3>说明</h3>
  int <strong>pg_num_rows</strong>
   ( resource <code>$result</code>
  )
<p>
 <strong>pg_num_rows()</strong> 返回 PostgreSQL <code>result</code> 中的行的数目。<code>result</code> 参数是由 pg_query() 函数返回的查询结果资源号。如果出错则返回 -1。
</p>
<p><strong>Note</strong>:
 <p>
  用 pg_affected_rows() 函数获得被 INSERT,UPDATE 和 DELETE 命令影响到的行的数目。
 </p>
</p>
<p><strong>Note</strong>:
 <p>
  本函数以前的名字为 pg_numrows()。
 </p>
</p>
<p>
 参见 pg_num_fields() 和 pg_affected_rows()。
</p>

标签: php php教程

热门推荐