|
pg_copy_fromInsert records into a table from an array Description
bool pg_copy_from
( resource
$connection
, string $table_name
, array $rows
[, string $delimiter
[, string $null_as
]] )
pg_copy_from inserts records into a table from
Parameters
Return Values
Returns Examples
Example #1 pg_copy_from example
<?php See Also
|