sean Wed Aug 18 12:18:48 2004 EDT
Modified files: /phpdoc/en/reference/math/functions bindec.xml hexdec.xml octdec.xml Log: grammar http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/bindec.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/math/functions/bindec.xml diff -u phpdoc/en/reference/math/functions/bindec.xml:1.6 phpdoc/en/reference/math/functions/bindec.xml:1.7 --- phpdoc/en/reference/math/functions/bindec.xml:1.6 Mon Aug 16 09:51:54 2004 +++ phpdoc/en/reference/math/functions/bindec.xml Wed Aug 18 12:18:48 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 --> <refentry id="function.bindec"> <refnamediv> @@ -20,7 +20,7 @@ <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. - Since PHP 4.1.0, this function can convert also higher numbers and returns + As of PHP 4.1.0, this function can also convert larger numbers. It returns <type>float</type> in that case. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/hexdec.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/math/functions/hexdec.xml diff -u phpdoc/en/reference/math/functions/hexdec.xml:1.8 phpdoc/en/reference/math/functions/hexdec.xml:1.9 --- phpdoc/en/reference/math/functions/hexdec.xml:1.8 Mon Aug 16 09:51:54 2004 +++ phpdoc/en/reference/math/functions/hexdec.xml Wed Aug 18 12:18:48 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.16 --> <refentry id="function.hexdec"> <refnamediv> @@ -18,7 +18,7 @@ <function>hexdec</function> converts a hexadecimal string to a decimal number. The largest number that can be converted is 7fffffff or 2147483647 in decimal. - Since PHP 4.1.0, this function can convert also higher numbers and returns + As of PHP 4.1.0, this function can also convert larger numbers. It returns <type>float</type> in that case. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/octdec.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/math/functions/octdec.xml diff -u phpdoc/en/reference/math/functions/octdec.xml:1.6 phpdoc/en/reference/math/functions/octdec.xml:1.7 --- phpdoc/en/reference/math/functions/octdec.xml:1.6 Mon Aug 16 09:51:54 2004 +++ phpdoc/en/reference/math/functions/octdec.xml Wed Aug 18 12:18:48 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 --> <refentry id="function.octdec"> <refnamediv> @@ -17,7 +17,7 @@ represented by the <parameter>octal_string</parameter> argument. The largest number that can be converted is 17777777777 or 2147483647 in decimal. - Since PHP 4.1.0, this function can convert also higher numbers and returns + As of PHP 4.1.0, this function can also convert larger numbers. It returns <type>float</type> in that case. </para> <para>