' ); echo su"/> ' ); echo su">
複製代碼 代碼如下:
$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){
= curl_init();
$timeout = 5;
curl_setopt ($ch, CURLOPT_URL, "$Date"); curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)");
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeexeout); curl_close($ch);
return $contents;
}
$url="http://www.jb51.net";
$contents.=_url($url);
echo $contents; //輸出內容
?>
以上就介紹了字串 php讀取html並截取字串的簡單程式碼,包括了字串方面的內容,希望對PHP教程有興趣的朋友有所幫助。