
[代码]关键词高亮 functionhighlight($sString,$aWords){if(!is_array($aWords)||emptyempty($aWords)||!is_string($sString)){returnfalse;}$sWords=implode('|',$aWords);returnpreg_replace('@\b('.$sWords.')\b@si','$1',$sString);} [代码]获取你的Feedburner的用户 functionget_average_readers($feed_id,$interval=7){$today=date('Y-m-d',strtotime("now"));$ago=date('Y-m-d',strtotime("-".$in...