mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing capitalization.
Removind duplicate entry in conversion characters list. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109344 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
92da7ebaa3
commit
124c4eaafc
1 changed files with 3 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.money-format">
|
||||
<refnamediv>
|
||||
<refname>money_format</refname>
|
||||
|
@ -139,7 +139,7 @@
|
|||
</formalpara>
|
||||
<formalpara>
|
||||
<title>
|
||||
Right Precision
|
||||
Right precision
|
||||
</title>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
@ -162,7 +162,7 @@
|
|||
</formalpara>
|
||||
<formalpara>
|
||||
<title>
|
||||
Conversion Characters
|
||||
Conversion characters
|
||||
</title>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
@ -175,15 +175,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><literal>n</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The number is formatted according to the locale's national
|
||||
currency format (e.g. for the en_US locale: $1,234.56).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><literal>n</literal></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue