php 分析rss代码一段_PHP教程

WBOY
Lepaskan: 2016-07-13 16:54:20
asal
744 orang telah melayarinya

function my_headlines($url) {
      $rdf = parse_url($url);
      $fp = fsockopen($rdf['host'], 80, $errno, $errstr, 15);
      if (!$fp) {
     $content = "Problema!";
     return;
      }
      if ($fp) {
     fputs($fp, "GET " . $rdf['path'] . "?" . $rdf['query'] . " HTTP/1.0 ");
     fputs($fp, "HOST: " . $rdf['host'] . " ");
     $string = "";
     while(!feof($fp)) {
     $pagetext = fgets($fp,300);
     $string .= chop($pagetext);
 }
 fputs($fp,"Connection: close ");
 fclose($fp);
 $items = explode("",$string);
 $content = "";
 for ($i=0;$i     $link = ereg_replace(".*","",$items[$i]);
     $link = ereg_replace(".*","",$link);
     $title2 = ereg_replace(".*","",$items[$i]);<br>     $title2 = ereg_replace(".*","",$title2);
     if ($items[$i] == "") {
         $content = "";
         return;
     } else {
         if (strcmp($link,$title)) {
       $cont = 1;
      $content .= "php 分析rss代码一段_PHP教程$title2
";
    }
     }
 }
      }
      echo "$content";
}
my_headlines
?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631791.htmlTechArticle?php function my_headlines($url) { $rdf = parse_url($url); $fp = fsockopen($rdf['host'], 80, $errno, $errstr, 15); if (!$fp) { $content = "font class="content"Problema!/font"; retur...
Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan