PHP 去除iphone,ios,emoji表情
摘要:
public static function removeEmoji($text) { $clean_text = ""; // Match Emoticons $regexEmoticons = '/[\x{1F600}-\x{1F64F}]/u'; $clean_text = preg_replace($regexEmotico... 阅读全文
posted @ 2016-07-26 00:22 小葱杰杰 阅读(3462) 评论(0) 推荐(0) 编辑