Pdo\Pgsql::copyFromArray
(PHP 8 >= 8.4.0)
Pdo\Pgsql::copyFromArray — Copy data from a PHP array into a table
説明
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.
パラメータ
参考
- 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
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google