코드 복사 코드는 다음과 같습니다.
$title='이 사이트'
$hello= 'jb51.net!';
$file=file_get_contents('http://www.baidu.com')
$file=iconv("gbk//IGNORE","utf-8 ",$ file);
//echo $file;
echo strpos($file,'
코드 복사 코드는 다음과 같습니다.
function _url($Date){
ch = 컬_init();
$timeout = 5;
컬_setopt($ch, CURLOPT_URL, "$Date");
컬_세톱($ch, CURLOPT_RETURNTRANSFER, 1); $ch , CURLOPT_USERAGENT, "Mozilla/4.0(호환; MSIE 6.0; Windows NT 5.1; SV1)");
cur_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout)
$contents = cur_exec($ch);
cur_close($ch);
$contents 반환
}
$url="http://www.jb51.net"
$contents.=_url($url) ;
echo $contents; //내용 출력
?>