国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > PHP > 正文

php獲取指定位置內容

2024-09-04 11:48:24
字體:
來源:轉載
供稿:網友

這款函數比較實用于數據采集,一般采集數據時會要指定一個區域的內容,這個代碼就可以實例:

  1. $str="<!-- fdaf-- -->"
  2. echo strip_comments( $str ); 
  3.  
  4. function strip_comments($data) { 
  5.     $the_rest = $data
  6.     $result = ""
  7.  
  8.     while ($the_rest) { 
  9.         $start = strpos($the_rest"<!--"); 
  10.         if ($start === false) { 
  11.             $result .= $the_rest
  12.             break
  13.         } 
  14.  
  15.         $result .= substr($the_rest, 0, $start); 
  16.  
  17.         $end = strpos($the_rest"-->"$start); 
  18.         if ($end === false) { 
  19.             break
  20.         } 
  21.  
  22.         $the_rest = substr($the_rest$end+3); 
  23.     } 
  24.  
  25.     return $result

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 清徐县| 霍城县| 江安县| 铜鼓县| 岑巩县| 香河县| 山丹县| 金寨县| 南京市| 琼结县| 闻喜县| 黔西| 牡丹江市| 泸溪县| 辽阳市| 德州市| 吉安市| 紫金县| 广饶县| 绥棱县| 墨脱县| 抚州市| 沙坪坝区| 潮州市| 乌拉特中旗| 娱乐| 满洲里市| 荔波县| 嘉黎县| 定兴县| 浮梁县| 贞丰县| 汤原县| 鹤峰县| 永顺县| 普陀区| 中方县| 津南区| 墨江| 拜城县| 闻喜县|