Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.pg-copy-to.html
Дата изменения: Sun Feb 3 22:53:24 2002
Дата индексирования: Mon Oct 1 22:02:56 2012
Кодировка:
pg_copy_to

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()