컴퓨터잡담

[php] file_get_contents() - 해당 url 소스 가져오기

by 디케 posted Aug 31, 2011
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

[php] file_get_contents() - 해당 url 소스보기


$a=file_get_contents("http://urin79.com");


echo  "<xmp>".$a."</xmp>";