ArchiveTemporaryDirectory
Table of Contents
Properties
-
$filename
: string|null
-
$tempDir
: string|null
-
$uuid
: string
Methods
-
clear()
: bool
-
make()
: self
-
path()
: string
-
__construct()
: mixed
$filename
protected
string|null
$filename
= null
$tempDir
protected
string|null
$tempDir
= null
$uuid
protected
string
$uuid
clear()
public
clear() : bool
make()
public
static make([string|null $filename = null ]) : self
Parameters
-
$filename
: string|null
= null
-
path()
public
path() : string
__construct()
protected
__construct(string $uuid[, string|null $tempDir = null ][, string|null $filename = null ]) : mixed
Parameters
-
$uuid
: string
-
-
$tempDir
: string|null
= null
-
-
$filename
: string|null
= null
-