Function __global->_compare_ip_address
Definitions
sources/global3.php
- Compare two IP addresses for potential correlation, pre-exploded. Not as simple as equality due to '*' syntax.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$wild | string | required parameter | N/A | N/A | The general IP address that is potentially wildcarded |
$full_parts | array | required parameter | N/A | N/A | The exploded parts of the specific IP address we are checking |
$delimiter | string | required parameter | N/A | N/A | The delimiter |
Return
- Whether the IP addresses correlate
- Type: boolean
- Set: N/A
- Range: N/A