pg_copy_from()
pg_copy_from - Insert records into a table from an array
Syntax
bool pg_copy_from ()
Arguments
-
Description
pg_copy_from() inserts records into a table from rows. It issues a COPY FROMSQL command internally to insert records.
Version
PHP 4.2.0, 5
Return value
Returns TRUE on success or FALSE on failure.