", "“", "”"); $qc_rows = str_replace($arr , '', $r"/> ", "“", "”"); $qc_rows = str_replace($arr , '', $r">
1.依權重取得關鍵字
複製程式碼 程式碼如下:
function getkey($contents){
$ rows = strip_tags($contents);
$arr = array(' ',' ',"s", "rn", "n", "r", "t", ">", "「", "”");
$qc_rows = str_replace($arr, '', $rows);
if(strlen($qc_rows)>2400){
$qc_rows = substr($qc_rows, '0 ', '2400');
}
$data = @implode('', file("http://keyword.discuz.com/related_kw.html?title=$contents&ics=gbk&ocs=gbk") );
preg_match_all("/
for( $i=0;$i$key=$key.$out[$i][2];
if($out[$i][2])$key =$key.",";
}
return $key;
}
//$contents為你要得到關鍵字的文章
複製程式碼 程式碼如下:
function get_new_content($content){
function get_new_content($content){
function get_new_content($content){
include("../simple_html_dom.php");
$html = str_get_html($content);
$a_href = $html->find('a');
foreach($a_href as $ link){
$text = $link->plaintext;//連結中的文字;
$link->outertext = $text;
}
}
//preg_replace("/(.*?)/i","${1}", $content); 這樣用正規也可以 以上就介紹了關鍵字批量查詢 php 自寫函數代碼 獲取關鍵字 去超鏈接,包括了關鍵字批量查詢方面的內容,希望對PHP教程有興趣的朋友有所幫助。