Function __global->get_server_names_and_ips
Definitions
sources/global3.php
- Get possible hostnames of the server.Also see get_localhost_names().
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Hostnames and IP addresses
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get possible hostnames of the server.Also see get_localhost_names().
*
* @return array Hostnames and IP addresses
*/
function get_server_names_and_ips() : array
* Get possible hostnames of the server.Also see get_localhost_names().
*
* @return array Hostnames and IP addresses
*/
function get_server_names_and_ips() : array
