Forum und email

ifx_num_rows

(No version information available, might be only in CVS)

ifx_num_rows — クエリから既に取得された行の数を数える

説明

int ifx_num_rows ( resource $result_id )

ifx_query() または ifx_do() クエリの後、result_id を有する クエリに関してこれまで取得された行の数を返します。

パラメータ

result_id

result_id は、 ifx_query() または ifx_prepare() (select 型のクエリのみ!) により返された有効な結果 ID です。

返り値

取得した行の数、あるいはエラー時に FALSE を返します。