svn: /phpdoc/ru/trunk/reference/intl/ numberformatter-constants.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Tue, 10 Dec 2019 05:14:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348484
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/intl/numberformatter-constants.xml
Modified: phpdoc/ru/trunk/reference/intl/numberformatter-constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/numberformatter-constants.xml 2019-12-10 05:10:02 UTC (rev 348483)
+++ phpdoc/ru/trunk/reference/intl/numberformatter-constants.xml 2019-12-10 05:14:32 UTC (rev 348484)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 334762 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348480 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<!-- $Revision$ -->
<section xml:id="intl.numberformatter-constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -100,6 +100,18 @@
</listitem>
</varlistentry>
+ <varlistentry xml:id="numberformatter.constants.currency-accounting">
+ <term>
+ <constant>NumberFormatter::CURRENCY_ACCOUNTING</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Формат валюты для учета, например, <literal>($3.00)</literal> для отрицательной суммы в валюте вместо <literal>-$3.00</literal>. Доступно с PHP 7.4.1 и ICU 53.
+ </simpara>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="numberformatter.constants.default-style">
<term>
<constant>NumberFormatter::DEFAULT_STYLE</constant>
@@ -493,7 +505,7 @@
</listitem>
</varlistentry>
</variablelist>
- </para>
+ </para>
</section>
<section xml:id="intl.numberformatter-constants.unumberformatsymbol">