@@ -2226,7 +2226,7 @@ |
||
2226 | 2226 | * <tt>exec("find ".$path." -type d -exec chmod 755 {} \;");</tt> |
2227 | 2227 | * |
2228 | 2228 | * @author Jeppe Toustrup (tenzer at tenzer dot dk) |
2229 | - * |
|
2229 | + * |
|
2230 | 2230 | * @param string $path An either relative or absolute path to a file or directory which should be processed. |
2231 | 2231 | * @param int $filePerm The permissions any found files should get. |
2232 | 2232 | * @param int $dirPerm The permissions any found folder should get. |