[PHP-DOC] cvs: phpdoc /de/functions math.xml /en/functions math.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 12/19/00

hholzgra Tue Dec 19 03:36:44 2000 EDT

  Modified files:
    /phpdoc/en/functions math.xml
    /phpdoc/de/functions math.xml
  Log:
  added a note to round() regarding php3/4 differences
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.21 phpdoc/en/functions/math.xml:1.22
--- phpdoc/en/functions/math.xml:1.21 Sat Dec 9 19:31:50 2000
+++ phpdoc/en/functions/math.xml Tue Dec 19 03:36:43 2000
@@ -1025,6 +1025,12 @@
       </programlisting>
      </informalexample>
     </para>
+ <note>
+ <simpara>
+ The <parameter>precision</parameter> parameter is only
+ available in PHP 4.
+ </simpara>
+ </note>
     <simpara>
      See also <function>ceil</function> and
      <function>floor</function>.
Index: phpdoc/de/functions/math.xml
diff -u phpdoc/de/functions/math.xml:1.13 phpdoc/de/functions/math.xml:1.14
--- phpdoc/de/functions/math.xml:1.13 Sat Oct 14 06:26:27 2000
+++ phpdoc/de/functions/math.xml Tue Dec 19 03:36:44 2000
@@ -1010,6 +1010,12 @@
       </programlisting>
      </informalexample>
     </para>
+ <note>
+ <simpara>
+ Der Parameter <parameter>precision</parameter> ist nur in PHP 4
+ verfügbar.
+ </simpara>
+ </note>
     <para>
      Siehe auch <function>ceil</function> und
      <function>floor</function>.