Function __global->sync_file_move
Definitions
sources/global2.php
- Provides an override point for file-move synchronisation between mirrored servers. Called after any rename or move action.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$old | PATH | required parameter | N/A | N/A | File/directory name to move from (may be full or relative path) |
$new | PATH | required parameter | N/A | N/A | File/directory name to move to (may be full or relative path) |