Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Insert records into a table from an array
<?php pg_copy_from(    PgSql\Connection $connection,    string $table_name,    array $rows,    string $separator = "\t",    string $null_as = "\\\\N"): bool