Page MenuHomePhorge
Diviner libphutil Tech Docs phutil_utf8v_combine_characters

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$charactersList of UTF-8 characters.
Return
listList of UTF-8 strings with combining characters merged.