pg_fetch_all Fetch a row as an array Description arraypg_fetch_all resourceresult introw pg_fetch_all returns an array that contains all row (tuples/records) in result resource. It returns &false;, if there are no more rows. See also pg_fetch_row, pg_fetch_array, pg_fetch_object and pg_fetch_result. PostgreSQL fetch array ]]>