update : 2015.11.03
php.shukuma.com검색:
|
The SplFileObject class(PHP 5 >= 5.1.0) 소개The SplFileObject class offers an object oriented interface for a file. 클래스 개요/* 상수 */
/* 메소드 */
public array fgetcsv
([ string
$delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] )
public int fputcsv
( array
$fields
[, string $delimiter = ","
[, string $enclosure = '"'
[, string $escape = "\"
]]] )
public void setCsvControl
([ string
$delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] )/* 상속된 메소드 */
public SplFileObject SplFileInfo::openFile
([ string
}$open_mode = "r"
[, bool $use_include_path = false
[, resource $context = NULL
]]] )예약 상수
변경점
Table of Contents
|