pg_copy_from

 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 rows. It issues a COPY FROM SQL command internally to insert records.

戻り値

Returns TRUE on success or FALSE on failure.