Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Copy a table to an array
<?php pg_copy_to(    PgSql\Connection $connection,    string $table_name,    string $separator = "\t",    string $null_as = "\\\\N"): array|false