* whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2009-04-27 01:58:37 +00:00
parent d14ed0797f
commit 6c330092b3

View file

@ -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>