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
Table of Contents
- SplTempFileObject::__construct — Construct a new temporary file object