From: Sean Bright Date: Sun, 29 Apr 2001 13:30:56 +0000 (+0000) Subject: Fix proto decription. X-Git-Tag: php-4.0.6RC1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a98c9ba66ffb10511c4a9d925ba47e5ad2a20e89;p=php Fix proto decription. --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 52274dc248..c213fb95ee 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -3003,8 +3003,7 @@ PHP_FUNCTION(strnatcmp) /* }}} */ /* {{{ proto array localeconv( void ) - Returns all the information stored in the lconv struct defined - in locale.h based on the currently selected locale */ + Returns numeric formatting information based on the current locale */ PHP_FUNCTION(localeconv) { zval *grouping, *mon_grouping;