Browse Source

Fix proto decription.

PHP-4.0.6
Sean Bright 26 years ago
parent
commit
a98c9ba66f
  1. 3
      ext/standard/string.c

3
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;

Loading…
Cancel
Save