function phutil_utf8v_combine_characters($characters)libphutil Technical Documentation (Core Utilities)
function phutil_utf8v_combine_characters($characters)
libphutil Technical Documentation (Core Utilities)
Merge combining characters in a UTF-8 string.
This is a low-level method which can allow other operations to do less work. If you have a string, call phutil_utf8v_combined() instead.
Parameters
list | $characters | List of UTF-8 characters. |
Return
list | List of UTF-8 strings with combining characters merged. |
- Defined
- src/utils/utf8.php:897