簡單的處理emoji的PHP類別庫
<?php require_once __DIR__.'/../vendor/autoload.php'; use HeyUpdate\Emoji\UnicodeUtil; $configFile = __DIR__.'/../config/index.json'; $template = <<<'TEMPLATE' <?php TEMPLATE; if (!is_file($configFile)) { throw new InvalidArgumentException(sprintf('The emoji config file "%s" does not exist', $configFile)); } $emojis = json_decode(file_get_contents($configFile), true); if ($emojis === false) { throw new InvalidArgumentException(sprintf('Unable to parse the emoji config file "%s"', $configFile)); }
免責聲明
本站所有資源皆由網友貢獻或各大下載網站轉載。請自行檢查軟體的完整性!本站所有資源僅供學習參考。請不要將它們用於商業目的。否則,一切後果都由您負責!如有侵權,請聯絡我們刪除。聯絡方式:admin@php.cn
相關文章
thinkPHP簡單呼叫函數與類別庫方法的範例程式碼
24 Mar 2017
這篇文章主要介紹了thinkPHP簡單調用函數與類別庫的方法,簡單講述了thinkPHP公共函數庫的文件位置並結合實例分析了類庫的調用方法,需要的朋友可以參考下
Hot tools Tags
Hot Tools
Hot Article
Pokemon Pocket:如何與朋友一起玩
02 Nov 2024
手游攻略
所有《黑色行動 6》安全屋謎題解決方案
26 Oct 2024
手游攻略
Brotato:最佳獵人構建
13 Nov 2024
手游攻略
Vampire Survivors:惡魔城頌歌 DLC - 如何解鎖每個角色
01 Nov 2024
手游攻略
《模擬市民 4:生與死》- 守護樹指南
03 Nov 2024
手游攻略