文件名称:处理emoji的PHP类库.zip
文件大小:50KB
文件格式:ZIP
更新时间:2022-07-31 04:19:21
类库下载-处理emoji的PHP类库
<?php require_once __DIR__.'/../vendor/autoload.php'; use HeyUpdate\Emoji\UnicodeUtil; $configFile = __DIR__.'/../config/index.json'; $template = <<<'TEMPLATE namespace HeyUpdate\Emoji\Index; class CompiledIndex extends BaseIndex { protected $emojis = {{emojis}}; protected $emojiUnicodes = {{emojiUnicodes}}; /** * @var array */ protected $emojiNames = {{emojiNames}}; /** * @var string */ protected $emojiUnicodeRegex = {{emojiUnicodeRegex}}; /** * @var string */ protected $emojiNameRegex = {{emojiNameRegex}}; }这是一份处理emoji的PHP类库,需要的朋友可以下载使用。
【文件预览】:
处理emoji的PHP类库
----emoji-master()
--------composer.json(489B)
--------.travis.yml(136B)
--------bin()
--------config()
--------tests()
--------.php_cs(499B)
--------LICENSE(1KB)
--------src()
--------.gitignore(55B)
--------phpunit.xml.dist(360B)
--------README.md(775B)