Method Sql.pgsql_util.Result()->fetch_row_array()


Method fetch_row_array

final array(array(mixed))|zero fetch_row_array()

Returns

Multiple result rows at a time (at least one).

When using COPY FROM STDOUT, this method returns one row at a time as a single string containing the entire row.

See also

eof(), fetch_row()