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