From e5fa36eee4da397645498de55d957c4a438026e1 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 2 Aug 2002 10:08:53 +0000 Subject: added money_format() function this is similar to C-libs strfmon(), using the same format string semantics but a different function prototype, so i decided to give it a more speaking name similar to number_format() --- ext/standard/php_string.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/standard/php_string.h') diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index eb6330c34b..d63f91b254 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -85,7 +85,9 @@ PHP_FUNCTION(sscanf); #ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); #endif - +#if HAVE_STRFMON +PHP_FUNCTION(money_format); +#endif #if defined(HAVE_LOCALECONV) && defined(ZTS) PHP_MINIT_FUNCTION(localeconv); -- cgit v1.2.1