Date: 01/15/02
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions math.xml"
- Previous message: Philip Olson: "Re: Re: [PHP-DOC] Re: INSTALL PARTS (was: ugly cvs subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
drews Tue Jan 15 15:30:04 2002 EDT
Modified files:
/phpdoc/en/functions math.xml
Log:
changed the highest value for decbin() to the correct one. more to come :(
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.68 phpdoc/en/functions/math.xml:1.69
--- phpdoc/en/functions/math.xml:1.68 Mon Jan 14 04:45:55 2002
+++ phpdoc/en/functions/math.xml Tue Jan 15 15:30:04 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.68 $ -->
+<!-- $Revision: 1.69 $ -->
<reference id="ref.math">
<title>Mathematical Functions</title>
<titleabbrev>Math</titleabbrev>
@@ -501,7 +501,7 @@
<para>
Returns a string containing a binary representation of the given
number argument. The largest number that can be converted is
- 2147483647 in decimal resulting to a string of 31 1's.
+ 4294967295 in decimal resulting to a string of 32 1's.
</para>
<para>
See also the <function>bindec</function> function.
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions math.xml"
- Previous message: Philip Olson: "Re: Re: [PHP-DOC] Re: INSTALL PARTS (was: ugly cvs subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

