Function DebugFsStreamWrapper->rename
Definitions
sources/debug_fs.php
- Renames a file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path_from | PATH | required parameter | N/A | N/A | Old name |
$path_to | PATH | required parameter | N/A | N/A | New name |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A