コードをコピー コードは次のとおりです。
$title='Script Home';
$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 =curl_init();
$timeout = 5;
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);
$contents;
$url="http://www.jb51.net"; ;
echo $contents; // 出力内容
?>