Lines Matching defs:directory
698 function opendir(string $directory, $context = null) {}
701 function dir(string $directory, $context = null): Directory|false {}
706 function chdir(string $directory): bool {}
709 function chroot(string $directory): bool {}
721 function scandir(string $directory, int $sorting_order = SCANDIR_SORT_ASCENDING, $context = null): …
774 function rmdir(string $directory, $context = null): bool {}
830 function mkdir(string $directory, int $permissions = 0777, bool $recursive = false, $context = null…
838 function tempnam(string $directory, string $prefix): string|false {}
928 function disk_total_space(string $directory): float|false {}
930 function disk_free_space(string $directory): float|false {}
933 function diskfreespace(string $directory): float|false {}