|
|
|
|
|
|
Function disk_folder_copy | Language: PHP
|
Syntax
| disk_folder_copy(Source, Target) |
Parameters
| STRING | Source | Path to the source folder.
| | STRING | Target | Path to the target folder. |
Return value
Description
Copy files and folders from the source folder to the target folder.
The target folder is created if necessary. |
|
|
|