Home > PHP > Function > > ingres_fetch_row()

ingres_fetch_row()

ingres_fetch_row - Fetch a row of result into an enumerated array

Syntax

array ingres_fetch_row (resource $result)

Arguments

  • result - The query result identifier

Description

ingres_fetch_row() returns an array that corresponds to the fetched row, or FALSE if there are no more rows. Each result column is stored in an array offset, starting at offset 1.

Version

PHP 4.0.2, 5 <= 5.0.5, PECL ingres >= 1.0.0

Return value

Returns an array that corresponds to the fetched row, or FALSE if there are no more rows