| 
 | gethostbynameGet the IPv4 address corresponding to a given Internet host name Description
   string gethostbyname
    ( string  $hostname)
   Returns the IPv4 address of the Internet host specified by
    Parameters
 
 Return Values
   Returns the IPv4 address or a string containing the unmodified
    Examples
 Example #1 A simple gethostbyname example 
<?phpSee Also
 
 |