Function __global->ip_address_is_local
Definitions
sources/global3.php
- See if an IP address is local (localhost or on non-routable LAN).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip_address | IP | required parameter | N/A | N/A | IP address |
Return
- Whether the IP address is local
- Type: boolean
- Set: N/A
- Range: N/A