Mega Code Archive

 
Categories / Php / Code Snippets
 

Gethostbyaddr function returns the name of the host specified by

the numerical IP address <?php print(gethostbyaddr("127.0.0.1")); ?>