Javascript debugger
Website design
↑
<?php
$hosts = gethostbynamel('www.example.com');
print_r($hosts);
?>The above example will output:
Array
(
[0] => 192.0.34.166
)
| gethostbyname() |
| gethostbyaddr() |
| checkdnsrr() |
| getmxrr() |
the named(8) manual page |