Display the text box

gethostbyname()

« gethostbyaddr | gethostbynamel »
<?php
$string 
gethostbyname (
    
  // string $hostname
);
?>
Result
$string = '93.184.215.14'
Examples
#1 gethostbyname  ("www.example.com")
See also
gethostbyaddr, gethostbynamel