Wrapper class for Path
- Depuis
- 3.4
- Obsolète:
- 4.0 Use instead
◆ canChmod()
◆ check()
Helper wrapper method for check
- Paramètres
-
string | $path | A file system path to check. |
- Renvoie
- string A cleaned version of the path or exit on error.
- Voir également
- Path::check()
- Depuis
- 3.4
- Exceptions
-
- Obsolète:
- 4.0 Use instead
Références $path, et Path\check().
◆ clean()
◆ find()
Helper wrapper method for find
- Paramètres
-
mixed | $paths | A path string or array of path strings to search in |
string | $file | The file name to look for. |
- Renvoie
- mixed The full path and file name for the target file, or boolean false if the file is not found in any of the paths.
- Voir également
- Path::find()
- Depuis
- 3.4
- Obsolète:
- 4.0 Use instead
Références $file, et Path\find().
◆ getPermissions()
◆ isOwner()
◆ setPermissions()
setPermissions |
( |
|
$path, |
|
|
|
$filemode = '0644' , |
|
|
|
$foldermode = '0755' |
|
) |
| |
Helper wrapper method for setPermissions
- Paramètres
-
string | $path | Root path to begin changing mode [without trailing slash]. |
string | $filemode | Octal representation of the value to change file mode to [null = no change]. |
string | $foldermode | Octal representation of the value to change folder mode to [null = no change]. |
- Renvoie
- boolean True if successful [one fail means the whole operation failed].
- Voir également
- Path::setPermissions()
- Depuis
- 3.4
- Obsolète:
- 4.0 Use instead
Références $path, et Path\setPermissions().
La documentation de cette classe a été générée à partir du fichier suivant :