Go to the source code of this file.
Namespaces | |
FDL | |
Functions | |
create_dir ($dir, $access, $owner="", $group="") | |
create_file ($file, $access, $owner="", $group="") | |
install_file ($from, $to, $access, $owner="", $group="") | |
remove_dir ($dir) | |
create_dir | ( | $dir, | |
$access, | |||
$owner = "" , |
|||
$group = "" |
|||
) |
Definition at line 16 of file Lib.FileDir.php.
create_file | ( | $file, | |
$access, | |||
$owner = "" , |
|||
$group = "" |
|||
) |
install_file | ( | $from, | |
$to, | |||
$access, | |||
$owner = "" , |
|||
$group = "" |
|||
) |
remove_dir | ( | $dir | ) |
Definition at line 53 of file Lib.FileDir.php.