The SplTempFileObject class
(PHP 5 >= 5.1.2)
Introduction
The SplTempFileObject class offers an object oriented interface for a temporary file.
Class synopsis
/* Methods */
/* Inherited methods */
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 int SplFileObject::fputcsv
( array
$fields
[, string $delimiter = ','
[, string $enclosure = '"'
]] )
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.
