PDO::pgsqlCopyFromFile

(PHP 5 >= 5.3.3, PHP 7, PHP 8)

PDO::pgsqlCopyFromFile Alias of Pdo\Pgsql::copyFromFile()

Warning

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

Description

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

This method is an alias of: Pdo\Pgsql::copyFromFile().

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top