Function __global->inet_ntop
Definitions
sources_custom/phpstub.php
- Converts a packed Internet address to a human readable representation.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $in_addr | string | No | No | required parameter | N/A | N/A | Converts a packed Internet address to a human readable representation |
Returns
- A string representation of the address (false: error)
- Type: ~string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Converts a packed Internet address to a human readable representation.
*
* @param string $in_addr Converts a packed Internet address to a human readable representation
* @return ~string A string representation of the address (false: error)
*/
function inet_ntop(string $in_addr)
* Converts a packed Internet address to a human readable representation.
*
* @param string $in_addr Converts a packed Internet address to a human readable representation
* @return ~string A string representation of the address (false: error)
*/
function inet_ntop(string $in_addr)

