返回行的數目

pg_num_rows

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

pg_num_rows返回行的數目

說明

pg_num_rows(resource $result): int

pg_num_rows() 返回 PostgreSQL result 中的行的數目。result 參數是由 pg_query() 函式返回的查詢結果資源號。如果出錯則返回 -1。

注意:

pg_affected_rows() 函式獲得被 INSERT,UPDATE 和 DELETE 命令影響到的行的數目。

注意:

本函式以前的名字為 pg_numrows()

參見 pg_num_fields()pg_affected_rows()

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *