(PHP 8 >= 8.4.0)
Pdo\Pgsql::copyFromFile — Copy data from file into table
public Pdo\Pgsql::copyFromFile( string $tableName, string $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null ): bool
Copies data from file specified by filename into table tableName using separator as fields delimiter and fields list
tableNamefilenameseparatorrows array. nullAsNULL values. fields
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/pdo-pgsql.copyfromfile.php