(PHP 4 CVS only)
pg_copy_from --
Copy table from array
Description
int
pg_copy_from ( int connection, string table_name, array rows [, string delimiter [, string null_as]])
pg_copy_from() copy table from array. It
return TRUE for success, otherwise FALSE.
See also pg_copy_to()