   #PHP Manual PostgreSQL functions pg_convert pg_copy_to

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 pg_copy_from

   (PHP 4 >= 4.2.0)
   pg_copy_from --  Insert 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() insert records into a table from rows. It issues COPY
   FROM SQL command internally to insert records. Returns TRUE on success
   or FALSE on failure.

   See also pg_copy_to().
   ______________________________________________________________________

   Prev       Home       Next
   pg_convert  Up  pg_copy_to
