Table of Contents
Methods
-
cleanFileList()
: array<string|int, mixed>
-
create()
: bool
-
isReadable()
: bool
-
parse()
: array<string|int, mixed>
-
prependfullDirPath()
: array<string|int, mixed>
-
systemPath()
: string
cleanFileList()
public
static cleanFileList(array<string|int, mixed> $fileList) : array<string|int, mixed>
Parameters
-
$fileList
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
create()
public
static create(string $fullDirPath[, int $permission = 0777 ][, bool $recursive = false ]) : bool
Parameters
-
$fullDirPath
: string
-
-
$permission
: int
= 0777
-
-
$recursive
: bool
= false
-
isReadable()
public
static isReadable(string $fullDirPath) : bool
Parameters
-
$fullDirPath
: string
-
parse()
public
static parse(string $fullDirPath) : array<string|int, mixed>
Parameters
-
$fullDirPath
: string
-
Return values
array<string|int, mixed>
prependfullDirPath()
public
static prependfullDirPath(string $fullDirPath, array<string|int, mixed> $fileList) : array<string|int, mixed>
Parameters
-
$fullDirPath
: string
-
-
$fileList
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
systemPath()
public
static systemPath([string $srcDir = 'src' ]) : string
Parameters
-
$srcDir
: string
= 'src'
-