PDO::pgsqlCopyToFile

Alias of Pdo\Pgsql::copyToFile

Warning

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.

Description

#[\Deprecated] public bool PDO::pgsqlCopyToFile(
    string $tableName,
    string $filename,
    string $separator = "\t",
    string $nullAs = "\\\\N",
    stringnull $fields = null
)

This method is an alias of: Pdo\Pgsql::copyToFile.