Function __global->gethostbyaddr
Definitions
sources_custom/phpstub.php
- Get the Internet host name corresponding to a given IP address.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip_address | string | required parameter | N/A | N/A | IP address |
Return
- Host name OR IP address if failed to look up
- Type: string
- Set: N/A
- Range: N/A