F::copy()
Copy a file to a new location.
F::copy(string $source, string $target, bool $force = false): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$source |
string |
– | |
$target |
string |
– | |
$force |
bool |
false |
Return type
bool