v1.0.0
English

filesystem_helper.php

system/Helpers/filesystem_helper.php
11 fn
directory_map (string $sourceDir, int $directoryDepth = 0, bool $hidden = false) function
directory_mirror (string $originDir, string $targetDir, bool $overwrite = true) function
write_file (string $path, string $data, string $mode = 'wb') function
delete_files (string $path, bool $delDir = false, bool $htdocs = false, bool $hidden = false) function
get_filenames (string $sourceDir, ?bool $includePath = false, bool $hidden = false, bool $includeDir = true, ) function
get_dir_file_info (string $sourceDir, bool $topLevelOnly = true, bool $recursion = false) function
get_file_info (string $file, $returnedValues = ['name', 'server_path', 'size', 'date']) function
symbolic_permissions (int $perms) function
octal_permissions (int $perms) function
same_file (string $file1, string $file2) function
set_realpath (string $path, bool $checkExistence = false) function
phpDG v1.0.0 filesystem_helper.php 662 files 498 classes 763 fn
Generated