-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/network/
File Upload :
Current File : //usr/src/php/ext/standard/tests/network/gethostbynamel_basic1.phpt

--TEST--
Test gethostbynamel() function : basic functionality 
--FILE--
<?php
/* Prototype  : array gethostbynamel  ( string $hostname  )
 * Description: Get a list of IPv4 addresses corresponding to a given Internet host name 
 * Source code: ext/standard/dns.c
*/

echo "*** Testing gethostbynamel() : basic functionality ***\n";
var_dump(gethostbynamel("localhost"));
?>
===DONE===
--EXPECTF--
*** Testing gethostbynamel() : basic functionality ***
array(%d) {
  %a
}
===DONE===

Copyright © 2017 || Recoded By Mr.Bumblebee