update : 2015.11.03
php.shukuma.com검색:
|
gethostbynamel(PHP 4, PHP 5) gethostbynamel — Get a list of IPv4 addresses corresponding to a given Internet host name 설명
array gethostbynamel
( string
$hostname
)
Returns a list of IPv4 addresses to which the Internet host
specified by 인수
반환값
Returns an array of IPv4 addresses or 예제
Example #1 gethostbynamel() example
<?php 위 예제의 출력: Array ( [0] => 192.0.34.166 ) 참고
|