• <sub id="h4knl"><ol id="h4knl"></ol></sub>
    <sup id="h4knl"></sup>
      <sub id="h4knl"></sub>

      <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
      1. <strong id="h4knl"></strong>

      2. 將php實現過濾UBB代碼

        時間:2024-09-11 05:41:38 PHP 我要投稿
        • 相關推薦

        將php實現過濾UBB代碼

          本文實例講述了php實現過濾UBB代碼的類。分享給大家供大家參考。具體如下:

          PHP代碼如下:

          復制代碼 代碼如下:class Day{

          function ubb($Text) { /// UBB代碼轉換

          //$Text=htmlspecialchars($Text);

          //$Text=ereg_replace("rn","

          ",$Text);

          $Text=ereg_replace("[br]","

          ",$Text);

          $Text=nl2br($Text);

          $Text=stripslashes($Text);

          $Text=preg_replace("/t/is"," ",$Text);

          $Text=preg_replace("/[url](http://.+"1",$Text);

          $Text=preg_replace("/[url](.+"1",$Text);

          $Text=preg_replace("/[url=(http://.+?)](.+"2",$Text);

          $Text=preg_replace("/[url=(.+?)](.+"2",$Text);

          $Text=preg_replace("/[color=(.+?)](.+","2",$Text);

          $Text=preg_replace("/[font=(.+?)](.+","2",$Text);

          $Text=preg_replace("/[email=(.+?)](.+","2",$Text);

          $Text=preg_replace("/[email](.+","1",$Text);

          $Text=preg_replace("/[i](.+"1",$Text);

          $Text=preg_replace("/[u](.+"1",$Text);

          $Text=preg_replace("/[b](.+"1",$Text);

          $Text=preg_replace("/[fly](.+"1",$Text);

          $Text=preg_replace("/[move](.+","1",$Text);

          $Text=preg_replace("/[shadow=([#0-9a-z]{1,10}),([0-9]{1,3}),([0-9]{1,2})](.+?)[/shadow]/is","

          return $Text; ",$Text);}}

        《&.doc》
        将本文的Word文档下载到电脑,方便收藏和打印
        推荐度:
        点击下载文档

        【將php實現過濾UBB代碼】相關文章:

        php如何過濾危險html代碼03-30

        過濾HTML代碼08-29

        如何在cmd下面寫php代碼01-22

        php對圖像的各種處理函數代碼總結04-01

        JavaScript實現網頁刷新代碼段03-25

        PHP url 加密解密函數代碼方法03-31

        探討PHP函數的實現原理及性能04-01

        關于php堆排序實現原理與應用方法04-01

        常用排序算法之JavaScript實現代碼段03-10

        在线咨询
        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码
      3. <sub id="h4knl"><ol id="h4knl"></ol></sub>
        <sup id="h4knl"></sup>
          <sub id="h4knl"></sub>

          <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
          1. <strong id="h4knl"></strong>

          2. 亚洲性爱视频久久 | 热久久精品视频14 | 亚洲欧美日韩中文字幕乱码 | 日韩无砖专区一中文字视频 | 最新先锋资源网站在线观看 | 亚洲成a人片在线观看88 |

            將php實現過濾UBB代碼

              本文實例講述了php實現過濾UBB代碼的類。分享給大家供大家參考。具體如下:

              PHP代碼如下:

              復制代碼 代碼如下:class Day{

              function ubb($Text) { /// UBB代碼轉換

              //$Text=htmlspecialchars($Text);

              //$Text=ereg_replace("rn","

              ",$Text);

              $Text=ereg_replace("[br]","

              ",$Text);

              $Text=nl2br($Text);

              $Text=stripslashes($Text);

              $Text=preg_replace("/t/is"," ",$Text);

              $Text=preg_replace("/[url](http://.+"1",$Text);

              $Text=preg_replace("/[url](.+"1",$Text);

              $Text=preg_replace("/[url=(http://.+?)](.+"2",$Text);

              $Text=preg_replace("/[url=(.+?)](.+"2",$Text);

              $Text=preg_replace("/[color=(.+?)](.+","2",$Text);

              $Text=preg_replace("/[font=(.+?)](.+","2",$Text);

              $Text=preg_replace("/[email=(.+?)](.+","2",$Text);

              $Text=preg_replace("/[email](.+","1",$Text);

              $Text=preg_replace("/[i](.+"1",$Text);

              $Text=preg_replace("/[u](.+"1",$Text);

              $Text=preg_replace("/[b](.+"1",$Text);

              $Text=preg_replace("/[fly](.+"1",$Text);

              $Text=preg_replace("/[move](.+","1",$Text);

              $Text=preg_replace("/[shadow=([#0-9a-z]{1,10}),([0-9]{1,3}),([0-9]{1,2})](.+?)[/shadow]/is","

              return $Text; ",$Text);}}