黄聪

论SEO对人类的重要性,请看我的博客:hcsem.com

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

直接上代码

function highlight($sString, $aWords) {   
        if (!is_array ($aWords) || emptyempty ($aWords) || !is_string ($sString)) {   
            return false;   
        }   
       
        $sWords = implode ('|', $aWords);   
        return preg_replace ('@\b('.$sWords.')\b@si', '<strong style="background-color:yellow">$1</strong>', $sString);   
    }
posted on 2012-07-26 15:21  黄聪  阅读(231)  评论(0编辑  收藏  举报