使用 https://github.com/iamcal/php-emoji 添加下面的函数到代码中

    function utf8_bytes($cp){

        if ($cp > 0x10000){
# 4 bytes
return chr(0xF0 | (($cp & 0x1C0000) >> 18)).
chr(0x80 | (($cp & 0x3F000) >> 12)).
chr(0x80 | (($cp & 0xFC0) >> 6)).
chr(0x80 | ($cp & 0x3F));
}else if ($cp > 0x800){
# 3 bytes
return chr(0xE0 | (($cp & 0xF000) >> 12)).
chr(0x80 | (($cp & 0xFC0) >> 6)).
chr(0x80 | ($cp & 0x3F));
}else if ($cp > 0x80){
# 2 bytes
return chr(0xC0 | (($cp & 0x7C0) >> 6)).
chr(0x80 | ($cp & 0x3F));
}else{
# 1 byte
return chr($cp);
}
} function parseHtmlemoji ($text)
{
$tmpStr = json_encode($text);
$tmpStr = preg_replace("#(\\\ue[0-9a-f]{3})#ie", "addslashes('\\1')",
$tmpStr);
$text = json_decode($tmpStr);
preg_match_all("#u([0-9a-f]{4})+#iUs", $text, $rs);
if (empty($rs[1])) {
return $text;
}
foreach ($rs[1] as $v) {
$test_iphone = '0x' . trim(strtoupper($v));
$test_iphone = $test_iphone + 0;
$t = emoji_unified_to_html(emoji_softbank_to_unified(utf8_bytes($test_iphone)));
$text = str_replace("\u$v", $t, $text);
}
return $text;
}

微信qq的表情

return [
'/::)'=>'<img class="wechat-emoji" src="/styles/wechat/100.gif" alt="微笑" width="24">',
'/::~'=>'<img class="wechat-emoji" src="/styles/wechat/101.gif" alt="伤心">',
'/::B'=>'<img class="wechat-emoji" src="/styles/wechat/102.gif" alt="美女">',
'/::|'=>'<img class="wechat-emoji" src="/styles/wechat/103.gif" alt="发呆">',
'/:8-)'=>'<img class="wechat-emoji" src="/styles/wechat/104.gif" alt="墨镜">',
'/::<'=>'<img class="wechat-emoji" src="/styles/wechat/105.gif" alt="哭">',
'/::$'=>'<img class="wechat-emoji" src="/styles/wechat/106.gif" alt="羞">',
'/::X'=>'<img class="wechat-emoji" src="/styles/wechat/107.gif" alt="哑">',
'/::Z'=>'<img class="wechat-emoji" src="/styles/wechat/108.gif" alt="睡">',
'/::\'('=>'<img class="wechat-emoji" src="/styles/wechat/109.gif" alt="哭">', '/::-|'=>'<img class="wechat-emoji" src="/styles/wechat/110.gif" alt="囧">',
'/::@'=>'<img class="wechat-emoji" src="/styles/wechat/111.gif" alt="怒">',
'/::P'=>'<img class="wechat-emoji" src="/styles/wechat/112.gif" alt="调皮">',
'/::D'=>'<img class="wechat-emoji" src="/styles/wechat/113.gif" alt="笑">',
'/::O'=>'<img class="wechat-emoji" src="/styles/wechat/114.gif" alt="惊讶">',
'/::('=>'<img class="wechat-emoji" src="/styles/wechat/115.gif" alt="难过">',
'/::+'=>'<img class="wechat-emoji" src="/styles/wechat/116.gif" alt="酷">',
'/:--b'=>'<img class="wechat-emoji" src="/styles/wechat/117.gif" alt="汗">',
'/::Q'=>'<img class="wechat-emoji" src="/styles/wechat/118.gif" alt="抓狂">',
'/::T'=>'<img class="wechat-emoji" src="/styles/wechat/119.gif" alt="吐">', '/:,@P'=>'<img class="wechat-emoji" src="/styles/wechat/120.gif" alt="笑">',
'/:,@-D'=>'<img class="wechat-emoji" src="/styles/wechat/121.gif" alt="快乐">',
'/::d'=>'<img class="wechat-emoji" src="/styles/wechat/122.gif" alt="奇">',
'/:,@o'=>'<img class="wechat-emoji" src="/styles/wechat/123.gif" alt="傲">',
'/::g'=>'<img class="wechat-emoji" src="/styles/wechat/124.gif" alt="饿">',
'/:|-)'=>'<img class="wechat-emoji" src="/styles/wechat/125.gif" alt="累">',
'/::!'=>'<img class="wechat-emoji" src="/styles/wechat/126.gif" alt="吓">',
'/::L'=>'<img class="wechat-emoji" src="/styles/wechat/127.gif" alt="汗">',
'/::>'=>'<img class="wechat-emoji" src="/styles/wechat/128.gif" alt="高兴">',
'/::,@'=>'<img class="wechat-emoji" src="/styles/wechat/129.gif" alt="闲">', '/:,@f'=>'<img class="wechat-emoji" src="/styles/wechat/130.gif" alt="努力">',
'/::-S'=>'<img class="wechat-emoji" src="/styles/wechat/131.gif" alt="骂">',
'/:?'=>'<img class="wechat-emoji" src="/styles/wechat/132.gif" alt="疑问">',
'/:,@x'=>'<img class="wechat-emoji" src="/styles/wechat/133.gif" alt="秘密">',
'/:,@@'=>'<img class="wechat-emoji" src="/styles/wechat/134.gif" alt="乱">',
'/::8'=>'<img class="wechat-emoji" src="/styles/wechat/135.gif" alt="疯">',
'/:,@!'=>'<img class="wechat-emoji" src="/styles/wechat/136.gif" alt="哀">',
'/:!!!'=>'<img class="wechat-emoji" src="/styles/wechat/137.gif" alt="鬼">',
'/:xx'=>'<img class="wechat-emoji" src="/styles/wechat/138.gif" alt="打击">',
'/:bye'=>'<img class="wechat-emoji" src="/styles/wechat/139.gif" alt="bye">', '/:wipe'=>'<img class="wechat-emoji" src="/styles/wechat/140.gif" alt="汗">',
'/:dig'=>'<img class="wechat-emoji" src="/styles/wechat/141.gif" alt="抠">',
'/:handclap'=>'<img class="wechat-emoji" src="/styles/wechat/142.gif" alt="鼓掌">',
'/:&-('=>'<img class="wechat-emoji" src="/styles/wechat/143.gif" alt="糟糕">',
'/:B-)'=>'<img class="wechat-emoji" src="/styles/wechat/144.gif" alt="恶搞">',
'/:<@'=>'<img class="wechat-emoji" src="/styles/wechat/145.gif" alt="什么">',
'/:@>'=>'<img class="wechat-emoji" src="/styles/wechat/146.gif" alt="什么">',
'/::-O'=>'<img class="wechat-emoji" src="/styles/wechat/147.gif" alt="累">',
'/:>-|'=>'<img class="wechat-emoji" src="/styles/wechat/148.gif" alt="看">',
'/:P-('=>'<img class="wechat-emoji" src="/styles/wechat/149.gif" alt="难过">', '/::\'|'=>'<img class="wechat-emoji" src="/styles/wechat/150.gif" alt="难过">',
'/:X-)'=>'<img class="wechat-emoji" src="/styles/wechat/151.gif" alt="坏">',
'/::*'=>'<img class="wechat-emoji" src="/styles/wechat/152.gif" alt="亲">',
'/:@x'=>'<img class="wechat-emoji" src="/styles/wechat/153.gif" alt="吓">',
'/:8*'=>'<img class="wechat-emoji" src="/styles/wechat/154.gif" alt="可怜">',
'/:pd'=>'<img class="wechat-emoji" src="/styles/wechat/155.gif" alt="刀">',
'/:<W>'=>'<img class="wechat-emoji" src="/styles/wechat/156.gif" alt="水果">',
'/:beer'=>'<img class="wechat-emoji" src="/styles/wechat/157.gif" alt="酒">',
'/:basketb'=>'<img class="wechat-emoji" src="/styles/wechat/158.gif" alt="篮球">',
'/:oo'=>'<img class="wechat-emoji" src="/styles/wechat/159.gif" alt="乒乓">', '/:coffee'=>'<img class="wechat-emoji" src="/styles/wechat/160.gif" alt="咖啡">',
'/:eat'=>'<img class="wechat-emoji" src="/styles/wechat/161.gif" alt="美食">',
'/:pig'=>'<img class="wechat-emoji" src="/styles/wechat/162.gif" alt="动物">',
'/:rose'=>'<img class="wechat-emoji" src="/styles/wechat/163.gif" alt="鲜花">',
'/:fade'=>'<img class="wechat-emoji" src="/styles/wechat/164.gif" alt="枯">',
'/:showlove'=>'<img class="wechat-emoji" src="/styles/wechat/165.gif" alt="唇">',
'/:heart'=>'<img class="wechat-emoji" src="/styles/wechat/166.gif" alt="爱">',
'/:break'=>'<img class="wechat-emoji" src="/styles/wechat/167.gif" alt="分手">',
'/:cake'=>'<img class="wechat-emoji" src="/styles/wechat/168.gif" alt="生日">',
'/:li'=>'<img class="wechat-emoji" src="/styles/wechat/169.gif" alt="电">', '/:bome'=>'<img class="wechat-emoji" src="/styles/wechat/170.gif" alt="炸弹">',
'/:kn'=>'<img class="wechat-emoji" src="/styles/wechat/171.gif" alt="刀子">',
'/:footb'=>'<img class="wechat-emoji" src="/styles/wechat/172.gif" alt="足球">',
'/:ladybug'=>'<img class="wechat-emoji" src="/styles/wechat/173.gif" alt="瓢虫">',
'/:shit'=>'<img class="wechat-emoji" src="/styles/wechat/174.gif" alt="翔">',
'/:moon'=>'<img class="wechat-emoji" src="/styles/wechat/175.gif" alt="月亮">',
'/:sun'=>'<img class="wechat-emoji" src="/styles/wechat/176.gif" alt="太阳">',
'/:gift'=>'<img class="wechat-emoji" src="/styles/wechat/177.gif" alt="礼物">',
'/:hug'=>'<img class="wechat-emoji" src="/styles/wechat/178.gif" alt="抱抱">',
'/:strong'=>'<img class="wechat-emoji" src="/styles/wechat/179.gif" alt="拇指">', '/:weak'=>'<img class="wechat-emoji" src="/styles/wechat/180.gif" alt="贬低">',
'/:share'=>'<img class="wechat-emoji" src="/styles/wechat/181.gif" alt="握手">',
'/:v'=>'<img class="wechat-emoji" src="/styles/wechat/182.gif" alt="剪刀手">',
'/:@)'=>'<img class="wechat-emoji" src="/styles/wechat/183.gif" alt="抱拳">',
'/:jj'=>'<img class="wechat-emoji" src="/styles/wechat/184.gif" alt="勾引">',
'/:@@'=>'<img class="wechat-emoji" src="/styles/wechat/185.gif" alt="拳头">',
'/:bad'=>'<img class="wechat-emoji" src="/styles/wechat/186.gif" alt="小拇指">',
'/:lvu'=>'<img class="wechat-emoji" src="/styles/wechat/187.gif" alt="拇指八">',
'/:no'=>'<img class="wechat-emoji" src="/styles/wechat/188.gif" alt="食指">',
'/:ok'=>'<img class="wechat-emoji" src="/styles/wechat/189.gif" alt="ok">', '/:love'=>'<img class="wechat-emoji" src="/styles/wechat/190.gif" alt="情侣">',
'/:<L>'=>'<img class="wechat-emoji" src="/styles/wechat/191.gif" alt="爱心">',
'/:jump'=>'<img class="wechat-emoji" src="/styles/wechat/192.gif" alt="蹦哒">',
'/:shake'=>'<img class="wechat-emoji" src="/styles/wechat/193.gif" alt="颤抖">',
'/:<O>'=>'<img class="wechat-emoji" src="/styles/wechat/194.gif" alt="怄气">',
'/:circle'=>'<img class="wechat-emoji" src="/styles/wechat/195.gif" alt="跳舞">',
'/:kotow'=>'<img class="wechat-emoji" src="/styles/wechat/196.gif" alt="发呆">',
'/:turn'=>'<img class="wechat-emoji" src="/styles/wechat/197.gif" alt="背着">',
'/:skip'=>'<img class="wechat-emoji" src="/styles/wechat/198.gif" alt="伸手">',
'/:oY'=>'<img class="wechat-emoji" src="/styles/wechat/199.gif" alt="耍帅">',];

使用代码进行替换即可,表情文件包http://files.cnblogs.com/files/benlightning/wechatface.zip

php emoji处理微信表情的更多相关文章

  1. 【ionic】微信表情设置教程

    NO.0 前提你的下载我的App :超级逗表情 Andorid:http://fir.im/chaojidbq Ios:https://github.com/apanly/chaojidbq (源码, ...

  2. 基于emoji 国际通用表情在web上的输入与显示的记录

    定义: emoji 即国际通用表情 场景: 1,ios,android,wp上emoji表情输入与显示 2,web也需作为支撑平台对emoji表情就行输入与显示(解析) 问题: 1,app端输入的表情 ...

  3. 【java】【mysql】存储微信表情emoji表情

    java.sql.SQLException: Incorrect string value: '\xF0\x9F\x92\x94' for colum n 'name' at row 1 at com ...

  4. 用微信表情翻译表白,程序员的小浪漫,赶紧Get起来!

  5. 搞搞电脑微信表情的破解(.dat转png or jpg)

    首先感谢:https://blog.csdn.net/weixin_42440768/ 因为狗子喜欢之前那个头像,但是没找到,于是我想看看我们之前的斗图过程中有没有发她的头像. 这是做这件事情的起因. ...

  6. 微信表情js代码

    var list = [], face_list = { "[微笑]": 1, "[撇嘴]": 2, "[色]": 3, "[发呆 ...

  7. 微信Emoji表情代码大全

    参考网址 因PC端微信表情包不全,部分表情在PC中有显示问题,手机端微信不存在此问题,或者可以使用文字[微笑]这种方式添加微信表情 含义 标准 DoCoMo KDDI 软银 谷歌 微信 ✂复制这列

  8. WPF 微信 MVVM 【续】发送部分QQ表情

    今天主要记录的就是发送QQ表情, WPF 微信 MVVM里写了,后期为了发送QQ表情,需要把TextBox替换为RichTextBox,接下来就说说替换的过程. 一.支持Binding的RichTex ...

  9. 微信公众平台开发(57)Emoji表情符号 【转发】

    微信公众平台开发(57)Emoji表情符号   微信公众平台开发 微信公众平台开发模式 企业微信公众平台 Emoji表情符号 作者:方倍工作室 地址:http://www.cnblogs.com/tx ...

随机推荐

  1. opencv基于混合高斯模型的图像分割

    #include "stdafx.h" #include <opencv\cv.h> #include <opencv\highgui.h> #includ ...

  2. 【SSM 4】Mybatis逆向生成工具

    在上一篇博客中说到,Mybatis是灵活的SQL语句应用,不想Hibernate一样有其封装好的方法,那么,当我们用Mybatis的时候(Hibernate),我们都需要编写其实体类,和配置文件.本篇 ...

  3. js 页面刷新方法

    1.reload方法,该方法强迫浏览器刷新当前页面语法:location.reload([bForceGet])参数:bForceGet,可选参数,默认为false从客户端缓存里取当前页.true,则 ...

  4. xxx.app已损坏,打不开.你应该将它移到废纸篓 macOS 10.12 Sierra

    出现这个问题的解决方法: 修改系统配置:系统偏好设置... -> 安全性与隐私.修改为任何来源 如果没有这个选项的话 (macOS Sierra 10.12) ,打开终端,执行 sudo spc ...

  5. 构建最小的docker容器

    创建一个最小的基本镜像: tar cv --files-from /dev/null | sudo docker import - skycn/base 建一个hello.go: package ma ...

  6. windowsxp设置开机不需密码,但是锁定后打开需要密码

    方法一: 1.先设置好密码2.设置不输入密码自动登陆系统 在cmd下运行rundll32 netplwiz.dll,UsersRunDll,在打开的窗口中,取消“要使用本机,用户必须输入用户名和密码” ...

  7. iOS 获取应用版本信息

    现在许多接口都需要上传应用版本信息,所以呢,这个是必不可少的,可以在进入应用的时候先获取到,然后存在单例中,用的时候直接调用单例就好了,记住这些字符串 NSString *executableFile ...

  8. 用HttpWebRequest提交带验证码的网站

    using System; using System.Drawing; using System.IO; using System.Net; using System.Text; using Syst ...

  9. hibernate 注解 主键生成策略

    一.JPA通用策略生成器       通过annotation来映射hibernate实体的,基于annotation的hibernate主键标识为@Id, 其生成规则由@GeneratedValue ...

  10. Linux 之加密类型,CA,Openssl,Openssh

    TCP/IP:安全 A------->B 机密性:明文传输(ftp,http,smtp,telnet),被窃听 完整性:消息被篡改 身份验证:你访问的主机就是你真实要访问的那台,而不是钓鱼网站 ...