update : 2015.11.03
php.shukuma.com검색:
|
gethostbyname(PHP 4, PHP 5) gethostbyname — Get the IPv4 address corresponding to a given Internet host name 설명
string gethostbyname
( string
$hostname
)
Returns the IPv4 address of the Internet host specified by
인수
반환값
Returns the IPv4 address or a string containing the unmodified
예제
Example #1 A simple gethostbyname() example
<?php 참고
|