کلاس SplTempFileObject
Introduction
کلاس SplTempFileObject واسطی شی گرا برای فایل موقت فراهم میکند.
Class synopsis
SplTempFileObject
extends
SplFileObject
implements
SeekableIterator
,
Iterator
,
Traversable
,
RecursiveIterator
{
/* Methods */
__construct
([ integer $max_memory
] )
/* Inherited methods */
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 — ساخت شی فایل موقت
There are no user contributed notes for this page.
