Function __global->inet_ntop
Definitions
sources_custom/phpstub.php
- Converts a packed Internet address to a human readable representation.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$in_addr | string | required parameter | N/A | N/A | Converts a packed Internet address to a human readable representation |
Return
- A string representation of the address (false: error)
- Type: ~string
- Set: N/A
- Range: N/A