philip Mon Jun 2 02:48:50 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions money-format.xml
Log:
money_format() requires strfmon, so, it's undefined in Windows.
Index: phpdoc/en/reference/strings/functions/money-format.xml
diff -u phpdoc/en/reference/strings/functions/money-format.xml:1.4
phpdoc/en/reference/strings/functions/money-format.xml:1.5
--- phpdoc/en/reference/strings/functions/money-format.xml:1.4 Fri May 30 12:36:18
2003
+++ phpdoc/en/reference/strings/functions/money-format.xml Mon Jun 2 02:48:50
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.money-format">
<refnamediv>
<refname>money_format</refname>
@@ -18,6 +18,13 @@
function <function>strfmon</function>, with the difference that
this implementation converts only one number at a time.
</para>
+ <note>
+ <para>
+ The function <function>money_format</function> is only defined if
+ the system has strfmon capabilities. For example, Windows does
+ not, so <function>money_format</function> is undefined in Windows.
+ </para>
+ </note>
<para>
The format specification consists of the following sequence:
<itemizedlist>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php