Wrong types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273371 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-01-12 15:18:03 +00:00
parent b5488d0f79
commit 3e022e759b
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="numberformatter.formatcurrency" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>NumberFormatter::formatCurrency</refname>
@ -15,7 +15,7 @@
<methodsynopsis>
<type>string</type>
<methodname>NumberFormatter::formatCurrency</methodname>
<methodparam><type>double</type><parameter>value</parameter></methodparam>
<methodparam><type>float</type><parameter>value</parameter></methodparam>
<methodparam><type>string</type><parameter>currency</parameter></methodparam>
</methodsynopsis>
<para>
@ -25,7 +25,7 @@
<type>string</type>
<methodname>numfmt_format_currency</methodname>
<methodparam><type>NumberFormatter</type><parameter>fmt</parameter></methodparam>
<methodparam><type>double</type><parameter>value</parameter></methodparam>
<methodparam><type>float</type><parameter>value</parameter></methodparam>
<methodparam><type>string</type><parameter>currency</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="numberformatter.parsecurrency" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>NumberFormatter::parseCurrency</refname>
@ -13,7 +13,7 @@
Object oriented style
</para>
<methodsynopsis>
<type>double</type>
<type>float</type>
<methodname>NumberFormatter::parseCurrency</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>string</type><parameter role="reference">currency</parameter></methodparam>
@ -23,7 +23,7 @@
Procedural style
</para>
<methodsynopsis>
<type>double</type>
<type>float</type>
<methodname>numfmt_parse_currency</methodname>
<methodparam><type>NumberFormatter</type><parameter>fmt</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>