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