Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Select records
<?php pg_select(    PgSql\Connection $connection,    string $table_name,    array $conditions,    int $flags = PGSQL_DML_EXEC,    int $mode = PGSQL_ASSOC): array|string|false