(PHP 5 >= 5.3.3, PHP 7, PHP 8)
PDO::pgsqlCopyFromArray — Alias of Pdo\Pgsql::copyFromArray()
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.
$tableName,$rows,$separator = "\t",$nullAs = "\\\\N",$fields = nullThis method is an alias of: Pdo\Pgsql::copyFromArray().
| Version | Description |
|---|---|
| 8.5.0 |
The rows parameter now also accepts a
Traversable; previously only an
array was accepted.
|