From 891e1f15b25f1c1c597eb4024561edd814d269b4 Mon Sep 17 00:00:00 2001 From: Ed Batutis Date: Tue, 20 May 2008 01:31:37 +0000 Subject: [PATCH] grapheme_extract - new arg git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260024 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/functions/grapheme-extract.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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. + + + +