Util
Table of Contents
Methods
-
cmdExists()
: bool
-
dumpZipContents()
: string
-
getRecursiveFileList()
: array<string|int, string>
-
getTmpDir()
: string
-
validateAndExtractZip()
: string
-
zipArchiveOpenErrorCodeName()
: string
cmdExists()
protected
cmdExists(string $command) : bool
Parameters
-
$command
: string
-
dumpZipContents()
protected
dumpZipContents(string $path) : string
Parameters
-
$path
: string
-
getRecursiveFileList()
protected
getRecursiveFileList(string $path[, bool $includeDirectories = false ]) : array<string|int, string>
Parameters
-
$path
: string
-
-
$includeDirectories
: bool
= false
-
Return values
array<string|int, string>
getTmpDir()
protected
getTmpDir() : string
validateAndExtractZip()
protected
validateAndExtractZip(string $zipPath) : string
Parameters
-
$zipPath
: string
-
zipArchiveOpenErrorCodeName()
protected
zipArchiveOpenErrorCodeName(int $code) : string
Parameters
-
$code
: int
-