Why there is no emoji_name_to_unified function? I can't understand. ``` function emoji_name_to_unified($name){ return array_flip($GLOBALS['emoji_maps']['names'])[$name]; } ```
Why there is no emoji_name_to_unified function?
I can't understand.