bool isWritable(string $path) Determine if the given path is writable. Parameters string $path Return Value bool
bool isReadable(string $path) Determine if the given path is readable. Parameters string $path Return Value bool
bool isFile(string $file) Determine if the given path is a file. Parameters string $file Return Value bool
bool isDirectory(string $directory) Determine if the given path is a directory. Parameters string $directory Return Value bool
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
array glob(string $pattern, int $flags) Find path names matching a given pattern. Parameters string $pattern int $flags Return Value array
string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string
mixed getRequire(string $path) Get the returned value of a file. Parameters string $path Return Value mixed Exceptions FileNotFoundException
string get(string $path, bool $lock = false) Get the contents of a file. Parameters string $path bool $lock Return Value string Exceptions FileNotFoundException
string get(string $path) Get the contents of a file. Parameters string $path Return Value string Exceptions FileNotFoundException
Page 662 of 996