danbeck         Thu Jun 28 11:53:24 2001 EDT

  Modified files:              
    /phpdoc/en/functions        math.xml 
  Log:
  incorporating note from manual errata
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.35 phpdoc/en/functions/math.xml:1.36
--- phpdoc/en/functions/math.xml:1.35   Tue Jun 26 23:53:25 2001
+++ phpdoc/en/functions/math.xml        Thu Jun 28 11:53:23 2001
@@ -859,6 +859,15 @@
      the decimals and <parameter>thousands_sep</parameter> instead of
      a comma (",") between every group of thousands.
     </para>
+    <note>
+     <para>
+      Only the first character of <parameter>thousands_sep</parameter>
+      is used.  For example, if you use <literal>foo</literal> as
+      <parameter>thousands_sep</parameter> on the number
+      <literal>1000</literal>, <function>number_format</function> will
+      return <literal>1f000</literal>.
+     </para>
+    </note>
     <para>
     <example>
      <title><function>number_format</function> Example</title>


Reply via email to