Pdo\Pgsql::copyFromArray
(PHP 8 >= 8.4.0)
Pdo\Pgsql::copyFromArray — Copy data from a PHP array into a table
Description
public Pdo\Pgsql::copyFromArray(
string
array
string
string
?string
): bool
string
$tableName,array
$rows,string
$separator = "\t",string
$nullAs = "\\\\N",?string
$fields = null): bool
Copies data from rows array to table tableName using separator as fields delimiter and fields list.
Parameters
See Also
- Pdo\Pgsql::copyToArray() - Copy data from database table into PHP array
- Pdo\Pgsql::copyFromFile() - Copy data from file into table
- Pdo\Pgsql::copyToFile() - Copy data from table into file
↑ and ↓ to navigate • Enter to select • Esc to close • / to open