| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
The SplTempFileObject class(PHP 5 >= 5.1.2) 소개The SplTempFileObject class offers an object oriented interface for a temporary file. 클래스 개요/* 메소드 */ 
    
    
    /* 상속된 메소드 */ 
    
   public array SplFileObject::fgetcsv
    ([ string  
$delimiter = ","
   [, string $enclosure = "\""
   [, string $escape = "\\"
  ]]] )
   public int SplFileObject::fputcsv
    ( array  
$fields
   [, string $delimiter = ","
   [, string $enclosure = '"'
   [, string $escape = "\"
  ]]] )
   public void SplFileObject::setCsvControl
    ([ string  
   }$delimiter = ","
   [, string $enclosure = "\""
   [, string $escape = "\\"
  ]]] )Table of Contents
  |