Skip to main content

File


Methods

dirExists

public dirExists(mixed $dirPath): mixed

Parameters:

ParameterTypeDescription
$dirPathmixed

removeDir

public removeDir(mixed $dirPath): mixed

Parameters:

ParameterTypeDescription
$dirPathmixed

fileExists

public fileExists(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

readFile

public readFile(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

writeFile

public writeFile(mixed $filePath, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$filePathmixed
$fileContentmixed

writeTmpFile

public writeTmpFile(mixed $fileName, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$fileNamemixed
$fileContentmixed

appendFile

public appendFile(mixed $filePath, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$filePathmixed
$fileContentmixed

removeFile

public removeFile(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed