Function __global->upgrade_sharedinstall_sites
Definitions
sources/upgrade_shared_installs.php
- Upgrade shared installs.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $from | integer | No | No | 0 | N/A | N/A | Position to proceed from |
Preview
Code (PHP)
/**
* Upgrade shared installs.
*
* @param integer $from Position to proceed from
*/
function upgrade_sharedinstall_sites(int $from = 0)
* Upgrade shared installs.
*
* @param integer $from Position to proceed from
*/
function upgrade_sharedinstall_sites(int $from = 0)

