grapheme_extractFunction to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8 DescriptionProcedural style
stringfalse grapheme_extract(
string $haystack,int $size,int $type = GRAPHEME_EXTR_COUNT,int $offset = 0,int &$next = null) Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8. Parameters
Return Values
A string starting at offset Changelog
ExamplesExample #1 grapheme_extract example The above example will output: o%CC%88 |