mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
added the returnvalues section (no new content)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260116 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c4b63f46a6
commit
ce38b5afe8
1 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.number-format" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>number_format</refname>
|
||||
|
@ -21,11 +21,10 @@
|
|||
<methodparam><type>string</type><parameter>thousands_sep</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>number_format</function> returns a formatted version of
|
||||
<parameter>number</parameter>. This function accepts either one,
|
||||
two or four parameters (not three):
|
||||
This function accepts either one, two, or four parameters (not three):
|
||||
</para>
|
||||
<para>If only one parameter is given,
|
||||
<para>
|
||||
If only one parameter is given,
|
||||
<parameter>number</parameter> will be formatted without decimals,
|
||||
but with a comma (",") between every group of thousands.
|
||||
</para>
|
||||
|
@ -44,6 +43,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A formatted version of <parameter>number</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue