diff --git a/reference/intl/functions/grapheme-extract.xml b/reference/intl/functions/grapheme-extract.xml index 7e53d2d138..d533129605 100644 --- a/reference/intl/functions/grapheme-extract.xml +++ b/reference/intl/functions/grapheme-extract.xml @@ -1,5 +1,5 @@ - + grapheme_extract @@ -12,7 +12,9 @@ stringgrapheme_extract stringhaystack intsize + intextract_type intstart + intnext Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8. @@ -68,6 +70,16 @@ + + next + + + Reference to a value that will be set to the next starting position. + When the call returns, this may point to the first byte position past the end of the string. + + + +