| 
update : 2015.11.03
php.shukuma.com 검색:
  | PDO::pgsqlCopyToFile(PHP 5 >= 5.3.3) PDO::pgsqlCopyToFile — Copy data from table into file 설명
   public bool   PDO::pgsqlCopyToFile
    ( string  $table_name, string$filename[, string$delimiter= '\t'
   [, string$null_as= "\\\\N"
   [, string$fields]]] )
   Copies data from table into file specified by  인수
 
 반환값
   Returns  |