(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
pg_num_rows — 返回行的數(shù)目
$result
): int
pg_num_rows() 返回 PostgreSQL result
中的行的數(shù)目。result
參數(shù)是由 pg_query() 函數(shù)返回的查詢結(jié)果資源號(hào)。如果出錯(cuò)則返回 -1。
注意:
用 pg_affected_rows() 函數(shù)獲得被 INSERT,UPDATE 和 DELETE 命令影響到的行的數(shù)目。
注意:
本函數(shù)以前的名字為
pg_numrows()
。