PDO::pgsqlCopyFromArray
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.3, PHP 7, PHP 8)
Alias Pdo\Pgsql::copyFromArray
Function-8-5-0
Description
PDO::pgsqlCopyFromArray(string $tableName, array|Traversable $rows, string $separator = "\t", string $nullAs = "\\\\N", string|null $fields = null): bool
Alias Pdo\Pgsql::copyFromArray.
Changelog
| Version | Description |
|---|---|
| 8.5.0 | The rows parameter now also accepts a Traversable; previously only an array was accepted. |