git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50941 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-07-08 20:31:34 +00:00
parent 07670330b2
commit 3548a8f98d

View file

@ -296,9 +296,9 @@ $binary = base_convert ($hexadecimal, 16, 2);
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>