La clase SplTempFileObject
Introducción
La clase SplTempFileObject ofrece un interfaz orientado a objectos para ficheros temporales.
Clases sinopsis
SplTempFileObject
extends
SplFileObject
implements
SeekableIterator
,
Iterator
,
Traversable
,
RecursiveIterator
{
/* Métodos */
__construct
([ int $max_memory
] )
/* Métodos heredados */
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 = "\\"
]]] )
}Table of Contents
- SplTempFileObject::__construct — Construct a new temporary file object
There are no user contributed notes for this page.
