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
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $to_copy | array | No | No | required parameter | N/A | N/A | The directory to copy |
| $destination | array | No | No | required parameter | N/A | N/A | The destination path |
Returns
- Success?
- Type: boolean
- Set: N/A
- Range: N/A

