用PHP突出显示短语中的特定单词
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用PHP突出显示短语中的特定单词相关的知识,希望对你有一定的参考价值。
You may use this code to highlight specific words in your displaying search results.
<?php function highlight($str, $words){ return false; } '<strong style="background-color:yellow">$1</strong>', $str ); } ?>
以上是关于用PHP突出显示短语中的特定单词的主要内容,如果未能解决你的问题,请参考以下文章
如何在php中检查当前的url,然后比较它是不是有一个特定的单词/短语