Function __global->set_failover_mode
Definitions
data/failover_script.php
- Set failover mode to a new value.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $new_mode | string | No | No | required parameter | N/A | N/A | New failover mode |
Preview
Code (PHP)
/**
* Set failover mode to a new value.
*
* @param string $new_mode New failover mode
*/
function set_failover_mode(string $new_mode)
* Set failover mode to a new value.
*
* @param string $new_mode New failover mode
*/
function set_failover_mode(string $new_mode)
