mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50941 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
07670330b2
commit
3548a8f98d
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue