pg_copy_to

(PHP 4 CVS only)

pg_copy_to --  Copy table to array

Description

int pg_copy_to ( int connection, string table_name [, string delimiter [, string null_as]])

pg_copy_to() copy table to array. The result array is returned if it success to copy. Otherwise it returns FALSE.

See also pg_copy_from()