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關聯鏈接添加方法

        時間:2020-11-24 20:48:04 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[] = /(?!(<a.*?)) . preg_quote($v[0], /) . (?!.*)/s;

          $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關聯鏈接添加方法】相關文章:

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

        2.dreamweaver怎么添加超鏈接的方法

        3.php超鏈接跳轉

        4.PPT如何添加超鏈接

        5.ppt怎樣添加超鏈接

        6.ppt中如何添加超鏈接

        7.網站鏈接優化方法

        8.網站死鏈接處理方法

        国产高潮无套免费视频_久久九九兔免费精品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>