[PHP-DOC] cvs: phpdoc /en/functions math.xml From: Jeroen van Wolffelaar (jeroen <email protected>)
Date: 07/08/01

jeroen Sun Jul 8 16:31:38 2001 EDT

  Modified files:
    /phpdoc/en/functions math.xml
  Log:
  typo
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.36 phpdoc/en/functions/math.xml:1.37
--- phpdoc/en/functions/math.xml:1.36 Thu Jun 28 11:53:23 2001
+++ phpdoc/en/functions/math.xml Sun Jul 8 16:31:34 2001
@@ -296,9 +296,9 @@
      the binary_string argument.
     </para>
     <para>
- Octdec converts a binary number to a decimal number. The largest
- number that can be converted is 31 bits of 1's or 2147483647 in
- decimal.
+ <function>bindec</function> converts a binary number to an
+ <type>integer</type>. The largest number that can be converted is
+ 31 bits of 1's or 2147483647 in decimal.
     </para>
     <para>
      See also the <function>decbin</function>