The SplTempFileObject class
(PHP 5 >= 5.1.2, PHP 7)
はじめに
The SplTempFileObject class offers an object oriented interface for a temporary file.
クラス概要
/* 継承した定数 */
/* メソッド */
/* 継承したメソッド */
public SplFileObject::fgetcsv
([ string
$delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] ) : array
public SplFileObject::fputcsv
( array
$fields
[, string $delimiter = ","
[, string $enclosure = '"'
[, string $escape = "\\"
]]] ) : int
public SplFileObject::setCsvControl
([ string
}$delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] ) : void目次
- SplTempFileObject::__construct — 新しい一時ファイルオブジェクトを作成する