Function Commandr_fs->copy_directory
Definitions
sources/commandr_fs.php
- Copy a directory. Equivalent to Unix "cp".
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$to_copy | array | required parameter | N/A | N/A | The directory to copy |
$destination | array | required parameter | N/A | N/A | The destination path |
Return
- Success?
- Type: boolean
- Set: N/A
- Range: N/A