Gethostbyaddr function
The gethostbyaddr function returns the name of the host specified by the numerical IP address
<?php
print(gethostbyaddr(”127.0.0.1″));
?>
Related posts:
- FTP file upload example upload a single file to a FTP server // FTP...
Related posts brought to you by Yet Another Related Posts Plugin.
Tags: gethostbyaddr



















