From: Ilia Alshanetsky Date: Wed, 11 Jun 2003 02:16:19 +0000 (+0000) Subject: fixed proto X-Git-Tag: RELEASE_1_0_2~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5dc8f918ee25897f32383304dde191af6e328f1;p=php fixed proto --- diff --git a/ext/standard/string.c b/ext/standard/string.c index f569f595a1..bfbd9d9f9d 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4477,7 +4477,7 @@ PHP_FUNCTION(str_shuffle) } /* }}} */ -/* {{{ proto void str_word_count(string str, [int format]) +/* {{{ proto mixed str_word_count(string str, [int format]) Counts the number of words inside a string. If format of 1 is specified, then the function will return an array containing all the words found inside the string. If format of 2 is specified, then the function