Query: ifx_num_rows
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IFX_NUM_ROWS(3) 1 IFX_NUM_ROWS(3) ifx_num_rows - Count the rows already fetched from a querySYNOPSISint ifx_num_rows (resource $result_id)DESCRIPTIONGives the number of rows fetched so far for a query with $result_id after a ifx_query(3) or ifx_do(3) query.PARAMETERSo $result_id -$result_id is a valid resultid returned by ifx_query(3) or ifx_prepare(3) (select type queries only!).RETURN VALUESReturns the number of fetched rows or FALSE on errors.SEE ALSOifx_num_fields(3). PHP Documentation Group IFX_NUM_ROWS(3)