reference/intl/numberformatter/parse-currency.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -12,7 +12,7 @@
12
12
<para>
13
13
&style.oop;
14
14
</para>
15
-
<methodsynopsis role="oop">
15
+
<methodsynopsis role="NumberFormatter">
16
16
<modifier>public</modifier> <type class="union"><type>float</type><type>false</type></type><methodname>NumberFormatter::parseCurrency</methodname>
17
17
<methodparam><type>string</type><parameter>string</parameter></methodparam>
18
18
<methodparam><type>string</type><parameter role="reference">currency</parameter></methodparam>
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
&style.procedural;
23
23
</para>
24
-
<methodsynopsis role="procedural">
24
+
<methodsynopsis>
25
25
<type class="union"><type>float</type><type>false</type></type><methodname>numfmt_parse_currency</methodname>
26
26
<methodparam><type>NumberFormatter</type><parameter>formatter</parameter></methodparam>
27
27
<methodparam><type>string</type><parameter>string</parameter></methodparam>
...
...
@@ -29,7 +29,7 @@
29
29
<methodparam choice="opt"><type>int</type><parameter role="reference">offset</parameter><initializer>&null;</initializer></methodparam>
30
30
</methodsynopsis>
31
31
<para>
32
-
Parse a string into a double and a currency using the current formatter.
32
+
Parse a string into a float and a currency using the current formatter.
33
33
</para>
34
34
</refsect1>
35
35

36
36