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

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.