From b5dc8f918ee25897f32383304dde191af6e328f1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 11 Jun 2003 02:16:19 +0000 Subject: [PATCH] fixed proto --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1