摘要:function isMatchEmoji($str) { $pattern='/./u'; $rs=preg_match_all($pattern,$str,$match); if($rs>0){ foreach($match[0] as $m){ if(strle...
阅读全文
posted @ 2018-04-04 14:14
04 2018 档案
摘要:function isMatchEmoji($str) { $pattern='/./u'; $rs=preg_match_all($pattern,$str,$match); if($rs>0){ foreach($match[0] as $m){ if(strle...
阅读全文
posted @ 2018-04-04 14:14
|
||