gethostbyaddr function

gethostbyaddr function returns the name of the host specified by the numerical IP address

<?php
print(gethostbyaddr("127.0.0.1"));
?>