]> granicus.if.org Git - php/commitdiff
Fix proto decription.
authorSean Bright <elixer@php.net>
Sun, 29 Apr 2001 13:30:56 +0000 (13:30 +0000)
committerSean Bright <elixer@php.net>
Sun, 29 Apr 2001 13:30:56 +0000 (13:30 +0000)
ext/standard/string.c

index 52274dc2481d5f4bdef6556b20715fc56f5e3aef..c213fb95ee33ba3856e05c67361963abd4edbfe1 100644 (file)
@@ -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;