// 去掉微信表情符号
$tmpStr = json_encode($textTpl);
udsLogDataTxt(7, "tmpStr...".$tmpStr);
$tmpStr = preg_replace("#(\ud[0-9a-f]{3})|(\ue[0-9a-f]{3})#ie","",$tmpStr);
$tmpStr = json_decode($tmpStr);
udsLogDataTxt(7, "tmpStr...".$tmpStr);以上就介绍了php过滤微信表情符号,包括了方面的内容,更多相关内容请关注PHP中文网(www.php.cn)!











