Function __global->get_server_external_looparound_ip
Definitions
sources/global3.php
- Make our best guess on what IP addresses connections from server to server will use.Also see get_server_ips().
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- IP address
- Type: IP
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Make our best guess on what IP addresses connections from server to server will use.Also see get_server_ips().
*
* @return IP IP address
*/
function get_server_external_looparound_ip() : string
* Make our best guess on what IP addresses connections from server to server will use.Also see get_server_ips().
*
* @return IP IP address
*/
function get_server_external_looparound_ip() : string
