mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
See also other *dec* functions and base_convert
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145947 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8accd11132
commit
4169ae1c85
6 changed files with 30 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.bindec">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,10 @@
|
|||
31 bits of 1's or 2147483647 in decimal.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>decbin</function>.
|
||||
See also <function>decbin</function>,
|
||||
<function>octdec</function>,
|
||||
<function>hexdec</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.decbin">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,10 @@
|
|||
4294967295 in decimal resulting to a string of 32 1's.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>bindec</function>.
|
||||
See also <function>bindec</function>,
|
||||
<function>decoct</function>,
|
||||
<function>dechex</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.dechex">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,10 @@
|
|||
be converted is 2147483647 in decimal resulting to "7fffffff".
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hexdec</function>.
|
||||
See also <function>hexdec</function>,
|
||||
<function>decbin</function>,
|
||||
<function>decoct</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.decoct">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,10 @@
|
|||
2147483647 in decimal resulting to "17777777777".
|
||||
</para>
|
||||
<para>
|
||||
See also <function>octdec</function>.
|
||||
See also <function>octdec</function>,
|
||||
<function>decbin</function>,
|
||||
<function>dechex</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.16 -->
|
||||
<refentry id="function.hexdec">
|
||||
<refnamediv>
|
||||
|
@ -41,7 +41,10 @@ var_dump(hexdec("a0"));
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>dechex</function>.
|
||||
See also <function>dechex</function>,
|
||||
<function>bindec</function>,
|
||||
<function>octdec</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.octdec">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,10 @@
|
|||
decimal.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>decoct</function>.
|
||||
See also <function>decoct</function>,
|
||||
<function>bindec</function>,
|
||||
<function>hexdec</function> and
|
||||
<function>base_convert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue