Function __global->_sync_file_move
Definitions
sources/files2.php
- Provides a hook 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) |