ifx_num_rows
(PHP 4, PHP <=5.2.0)
ifx_num_rows — クエリから既に取得された行の数を数える
説明
int ifx_num_rows
( resource
$result_id
)
ifx_query() または ifx_do()
クエリの後、result_id を有する
クエリに関してこれまで取得された行の数を返します。
返り値
取得した行の数、あるいはエラー時に FALSE を返します。