다음과 같이 코드를 복사합니다. 다음과 같이 코드를 복사합니다.
1.fopen 구현 코드:
코드 복사 코드는 다음과 같습니다:
$handle = fopen ( "http://www.example.com/", "rb");
$contents = ""
while (!feof($handle)) {
$contents .= fread($handle, 8192)
}
fclose($handle)
?>
코드 복사 코드는 다음과 같습니다.
// PHP 5 이상
$handle = fopen("http://www.example.com /", " rb");
$contents = stream_get_contents($handle);
fclose($handle);
?>
코드 복사 코드는 다음과 같습니다.
function _url($Date){
$ch = 컬_init( );
$timeout = 5;
curl_setopt($ch, CURLOPT_URL, "$Date")
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ($ch, CURLOPT_USERAGENT, "Mozilla/4.0(호환; MSIE 6.0; Windows NT 5.1; SV1)");
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); ;
curl_close($ ch);
return $contents;
}
$pageURL="http://www.baidu.com"
$c
?>
인코딩 변환 기능
코드 복사 코드는 다음과 같습니다.
$html = file_get_contents("http://s.jb51 .net");$html = iconv( "Big5", "UTF-8//IGNORE" , $html); //인코딩을 UTF8로 변환
print $html;
$htm = file("http://s.jb51.net");
$h = ""
foreach($htm as $value)
{
$h.= iconv( "GB2312 ", "utf-8//IGNORE" , $value);
}
print_r($h)
다른 방법 웹 페이지
코드 복사 코드는 다음과 같습니다.
$opts = array(