Date: 01/15/02
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language variables.xml"
- Previous message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language variables.xml"
- Previous message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /en/functions math.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

