PHP 8.4.2 Released!

PDO::pgsqlCopyFromFile

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

PDO::pgsqlCopyFromFile Takma Adı: Pdo\Pgsql::copyFromFile()

Açıklama

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

Bu yöntem şu yöntemin takma adıdır: Pdo\Pgsql::copyFromFile().

add a note

User Contributed Notes

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