ArchiveFile
Table of Contents
Properties
-
$content
: string|null
-
$file
: SplFileInfo|null
-
$isString
: bool
-
$outputPath
: string
Methods
-
__construct()
: mixed
$content
public
string|null
$content
= null
$file
public
SplFileInfo|null
$file
= null
$isString
public
bool
$isString
= false
$outputPath
public
string
$outputPath
__construct()
public
__construct(string $outputPath[, SplFileInfo|null $file = null ][, string|null $content = null ][, bool $isString = false ]) : mixed
Parameters
-
$outputPath
: string
-
-
$file
: SplFileInfo|null
= null
-
-
$content
: string|null
= null
-
-
$isString
: bool
= false
-