gethostbyname
본문
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 hostname
.
<?php
$ip = gethostbyname('www.example.com');echo $ip;
?>
[이 게시물은 최고관리자님에 의해 2017-06-10 14:26:42 PHP에서 이동 됨]
0
0
페이지 정보
in hwan yoon (121.♡.101.20) 작성일15-06-03 12:50 조회3,933회 댓글0건관련링크
댓글목록
등록된 댓글이 없습니다.