(PHP 4, PHP 5, PHP 7)
Get a row as an enumerated array
array pg_fetch_row ( resource $result [, int $row ] )
pg_fetch_row() fetches one row of data from the result associated with the specified result resource.
Note: This function sets NULL fields to the PHP NULL value.
Parameters:
result
PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_ex