1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. PHP關聯鏈接添加的方法資料

        時間:2024-09-14 07:22:42 PHP 我要投稿
        • 相關推薦

        PHP關聯鏈接添加的方法資料

          【提要】本篇《PHP關聯鏈接添加的方法》特別為需要方法編程學習的朋友收集整理的,僅供參考。內容如下:

        PHP關聯鏈接添加的方法資料

          為了優化內鏈,我們需要將內容添加上關鍵鏈接,那內容如果添加關聯鏈接呢,怎么添加呢?下面是小編為大家搜索整理的PHP關聯鏈接添加的方法,希望能給大家帶來幫助!更多精彩內容請及時關注我們考試網!

          方法一:手動編輯添加

          方法二:使用程序在輸出內容時實現,又不影響后臺內容的編輯

          下面是PHP自動給文章內容添加關聯鏈接方法和示例:

          Keylinks函數方法:

          參數一:要處理的內容

          參數二:替換次數

          返回結果:處理后的內容

          header("Content-Type:text/html;charset=utf-8"); //設置編碼

          $linkdatas=array(

          array(前端開發, http://blog.kgula.com),

          array(前端設計, http://blog.kgula.com),

          array(Web前端, http://blog.kgula.com),

          array(前端博客, http://blog.kgula.com),

          );

          echo "替換前

          ";

          echo $str=Web前端開發 - 專注于網站前端設計與Web用戶體驗。前端開發,專注Web前端開發,關注Web用戶體驗,關注國內外最新最好的前端設計資源和前端開發技術的專業前端博客;

          echo "

          替換后

          ";

          echo $str=keylinks($str,2);

          /**

          * 關聯關鍵詞替換

          * @param txt $string 原字符串

          * @param replacenum $int 替換次數

          * @return string 返回字符串

          */

          function keylinks($txt, $replacenum = ) {

          global $linkdatas;

          if ($linkdatas) {

          $word = $replacement = array();

          foreach ($linkdatas as $v) {

          $word1[] = /(?!(

          $word2[] = $v[0];

          $replacement[] = . $v[0] . ;

          }

          if ($replacenum != ) {

          $txt = preg_replace($word1, $replacement, $txt, $replacenum);

          } else {

          $txt = str_replace($word2, $replacement, $txt);

          }

          }

          return $txt;

          }

        【PHP關聯鏈接添加的方法資料】相關文章:

        網站鏈接優化方法11-29

        PHP錯誤類型及屏蔽方法08-22

        獲取軟文錨文本鏈接的方法技巧08-30

        網站死鏈接的檢測和處理方法06-22

        WordPress固定鏈接設置的幾種方法08-08

        PHP處理密碼的幾種方法10-17

        十天學會php的方法09-23

        MongoDB的PHP驅動方法與技巧大全09-08

        了解PHP環境搭建與配置的方法08-03

        視頻編輯添加字幕效果的方法10-03

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>