mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d14ed0797f
commit
6c330092b3
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xml:id="function.decbin" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>decbin</refname>
|
||||
|
@ -7,10 +7,10 @@
|
|||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>decbin</methodname>
|
||||
<methodparam><type>int</type><parameter>number</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>decbin</methodname>
|
||||
<methodparam><type>int</type><parameter>number</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string containing a binary representation of the given
|
||||
<parameter>number</parameter> argument.
|
||||
|
@ -24,7 +24,7 @@
|
|||
<term><parameter>number</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Decimal value to convert
|
||||
Decimal value to convert
|
||||
</para>
|
||||
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue