| 
 | gethostbyaddrGet the Internet host name corresponding to a given IP address Description
   string gethostbyaddr
    ( string  $ip_address)
   Returns the host name of the Internet host specified by
    Parameters
 
 Return Values
   Returns the host name on success, the unmodified  Examples
 Example #1 A simple gethostbyaddr example 
<?phpSee Also
 
 |