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