Function __global->get_localhost_ips

Definitions

sources/global.php

  • Get possible IP addresses of a localhost machine.Also see get_server_ips().
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • IP addresses
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get possible IP addresses of a localhost machine.Also see get_server_ips().
 *
 * @return array IP addresses
 */

function get_localhost_ips() : array
 

sources/minikernel.php

  • Get possible IP addresses of a localhost machine.Also see get_server_ips().
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • IP addresses
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get possible IP addresses of a localhost machine.Also see get_server_ips().
 *
 * @return array IP addresses
 */

function get_localhost_ips() : array