Function __global->is_valid_ip
Definitions
sources/global.php
- Find whether an IP address is valid.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip | IP | required parameter | N/A | N/A | IP address to check |
$allow_wildcards | boolean | False | N/A | N/A | Allow wildcards |
Return
- Whether the IP address is valid
- Type: boolean
- Set: N/A
- Range: N/A
sources/minikernel.php
- Find whether an IP address is valid.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip | IP | required parameter | N/A | N/A | IP address to check |
$allow_wildcards | boolean | False | N/A | N/A | Allow wildcards |
Return
- Whether the IP address is valid
- Type: boolean
- Set: N/A
- Range: N/A