Documentation

Util

Table of Contents

Methods

cmdExists()  : bool
dumpZipContents()  : string
getRecursiveFileList()  : array<string|int, string>
getTmpDir()  : string
validateAndExtractZip()  : string
zipArchiveOpenErrorCodeName()  : string

Methods

cmdExists()

protected cmdExists(string $command) : bool
Parameters
$command : string
Return values
bool

dumpZipContents()

protected dumpZipContents(string $path) : string
Parameters
$path : string
Return values
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
Return values
string

validateAndExtractZip()

protected validateAndExtractZip(string $zipPath) : string
Parameters
$zipPath : string
Return values
string

zipArchiveOpenErrorCodeName()

protected zipArchiveOpenErrorCodeName(int $code) : string
Parameters
$code : int
Return values
string

        
On this page

Search results