]> granicus.if.org Git - php/commitdiff
fixed proto
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Jun 2003 02:16:19 +0000 (02:16 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Jun 2003 02:16:19 +0000 (02:16 +0000)
ext/standard/string.c

index f569f595a14987b98eff5783e44f18544d5f2d82..bfbd9d9f9d5af2a040938688b05e734755091de0 100644 (file)
@@ -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