The SplTempFileObject class
(PHP 5 >= 5.1.2)
Introdução
The SplTempFileObject class offers an object oriented interface for a temporary file.
Sinopse da classe
SplTempFileObject
extends
SplFileObject
implements
SeekableIterator
,
Iterator
,
Traversable
,
RecursiveIterator
{
/* Métodos */
__construct
([ int $max_memory
] )
/* Métodos herdados */
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 = "\\"
]]] )
}Índice
- SplTempFileObject::__construct — Construct a new temporary file object
User Contributed Notes
SplTempFileObject
SplTempFileObject
There are no user contributed notes for this page.

SplFileObject::valid