Function __global->ip_apache_to_wild
Definitions
sources/global3.php
- Convert Apache netmask syntax in IP addresses to simple software wildcard syntax.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip | IP | required parameter | N/A | N/A | The IP address (potentially encoded with netmask syntax) |
Return
- The software-style IP wildcard
- Type: string
- Set: N/A
- Range: N/A