Directory
class Directory
Methods
__construct(string $path)
No description
string
getPath()
No description
bool
exists()
No description
bool
isReadable()
No description
bool
isWritable()
No description
array
getPathInfo()
No description
string
getParentDirectory()
No description
string
getDirectoryName()
No description
array
glob(string $pattern)
Gets files in the directory matching a specific pattern, using the PHP glob function.
array
getSubdirectories()
No description
Details
at line 11
__construct(string $path)
No description
at line 19
string
getPath()
No description
at line 23
Directory
setPath(string $path)
No description
at line 33
bool
exists()
No description
at line 37
bool
isReadable()
No description
at line 41
bool
isWritable()
No description
at line 48
array
getPathInfo()
No description
at line 52
string
getParentDirectory()
No description
at line 56
string
getDirectoryName()
No description
at line 70
array
glob(string $pattern)
Gets files in the directory matching a specific pattern, using the PHP glob function.
at line 81
array
getSubdirectories()
No description