summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2001-04-29 13:30:56 +0000
committerSean Bright <elixer@php.net>2001-04-29 13:30:56 +0000
commita98c9ba66ffb10511c4a9d925ba47e5ad2a20e89 (patch)
tree3e50c3edc514fc7c5f626a12773ce975a8f73a26
parent596e8208be79661fef0c616db07817590ea75783 (diff)
downloadphp-git-a98c9ba66ffb10511c4a9d925ba47e5ad2a20e89.tar.gz
Fix proto decription.
-rw-r--r--ext/standard/string.c3
1 files changed, 1 insertions, 2 deletions
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;