pg_fetch_array

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Fetch a row as an array
<?php pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|false