[PHP-DOC] cvs: phpdoc /de/functions math.xml From: Wolfgang Drews (drews <email protected>)
Date: 01/15/02

drews Tue Jan 15 15:31:24 2002 EDT

  Modified files:
    /phpdoc/de/functions math.xml
  Log:
  changed the highest input value for decbin() to the correct one.
  
  
Index: phpdoc/de/functions/math.xml
diff -u phpdoc/de/functions/math.xml:1.19 phpdoc/de/functions/math.xml:1.20
--- phpdoc/de/functions/math.xml:1.19 Sun Jan 6 16:34:43 2002
+++ phpdoc/de/functions/math.xml Tue Jan 15 15:31:23 2002
@@ -350,8 +350,8 @@
      Diese Funktion liefert eine binäre Representation von
      <parameter>number</parameter> als String zurück. Der größte
      konvertierbare Wert für <parameter>number</parameter> ist dezimal
- 2147483647, dies entspricht (2 hoch 32)-1 und liefet einen String
- aus 31 Einsen.
+ 4294967295, dies entspricht (2 hoch 32)-1 und liefert einen String
+ aus 32 Einsen.
     </para>
     <para>
      Siehe auch <function>bindec</function> sowie