SplTempFileObject クラス
(PHP 5 >= 5.1.2)
導入
SplTempFileObject クラスは一時ファイルのためのオブジェクト指向インターフェイスを提供します。
クラス概要
SplTempFileObject
extends
SplFileObject
implements
SeekableIterator
,
Iterator
,
Traversable
,
RecursiveIterator
{
/* メソッド */
__construct
([ int $max_memory
] )
/* 継承したメソッド */
public SplFileObject::__construct
( string $filename
[, string $open_mode = "r"
[, bool $use_include_path = false
[, resource $context
]]] )
public array SplFileObject::fgetcsv
([ string $delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] )
public void SplFileObject::setCsvControl
([ string $delimiter = ","
[, string $enclosure = "\""
[, string $escape = "\\"
]]] )
}目次
- SplTempFileObject::__construct — 新しい一時ファイルオブジェクトを作成する
There are no user contributed notes for this page.
