mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Join two syntaxes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273647 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
945112faad
commit
6820605c57
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<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>
|
||||
|
@ -12,12 +12,7 @@
|
|||
<type>string</type><methodname>number_format</methodname>
|
||||
<methodparam><type>float</type><parameter>number</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>decimals</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>number_format</methodname>
|
||||
<methodparam><type>float</type><parameter>number</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>decimals</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dec_point</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>dec_point</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>thousands_sep</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue