Метод | Описание | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $fs, string $binary, array $options, array $env ) |
Метод | Описание | |
---|---|---|
fileExists ( string $filename ) : boolean | Wrapper for the "file_exists" function | |
filesize ( string $filename ) : integer | Wrapper for the "filesize" function | |
getFileContents ( string $filename ) : string | Wrapper for the "file_get_contents" function | |
isDir ( string $filename ) : boolean | Wrapper for the "is_dir" function | |
isFile ( string $filename ) : boolean | Wrapper for the "is_file" method | |
mkdir ( string $pathname ) : boolean | Wrapper for the mkdir function | |
unlink ( string $filename ) : boolean | Wrapper for the "unlink" function |
protected fileExists ( string $filename ) : boolean | ||
$filename | string | |
Результат | boolean |
protected getFileContents ( string $filename ) : string | ||
$filename | string | |
Результат | string |