Home > PHP > Function > > ingres_fetch_assoc()

ingres_fetch_assoc()

ingres_fetch_assoc - Fetch a row of result into an associative array

Syntax

array ingres_fetch_assoc (resource $result)

Arguments

  • result - The query result identifier

Description

This function is stores the data fetched from a query executed using ingres_query() in an associative array, using the field names as keys.

Version

PHP No version information available, might only be in SVN

Return value

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