Function __global->deliver_remote_backup
Definitions
sources/backup.php
- Send a backup to a remote server.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $file | string | No | No | required parameter | N/A | N/A | File to send |
Preview
Code (PHP)
/**
* Send a backup to a remote server.
*
* @param string $file File to send
*/
function deliver_remote_backup(string $file)
* Send a backup to a remote server.
*
* @param string $file File to send
*/
function deliver_remote_backup(string $file)

