pg_num_row
(PHP 4 >= 4.2.0)
pg_num_rows -- 返回行的數目
說明
int pg_num_rows ( resource result)
pg_num_rows() 返回 PostgreSQL result 中的行的數目。result 參數是由 pg_query() 函式返回的查詢結果資源號。如果出錯則返回 -1。
注: 用 pg_affected_rows() 函式獲得被 INSERT,update 和 DELETE 命令影響到的行的數目。
注: 本函式以前的名字為 pg_numrows()。