fix datefmt parse descriptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262422 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Malyshev 2008-07-10 21:07:19 +00:00
parent b1dae0cd5b
commit e8cba51805
2 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="intldateformatter.localtime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlDateFormatter::localtime</refname>
@ -14,7 +14,7 @@
<methodsynopsis>
<type>array</type><methodname>IntlDateFormatter::localtime</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</param>
</methodsynopsis>
<para>
Procedural style
@ -23,7 +23,7 @@
<type>array</type><methodname>datefmt_localtime</methodname>
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</param>
</methodsynopsis>
<para>
Converts string $value to a field-based time value ( an array of various fields), starting at
@ -52,7 +52,7 @@ $parse_pos and consuming as much of the input value as possible.
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>parse_pos</parameter></term>
<term><parameter>position</parameter></term>
<listitem>
<para>
Position at which to start the parsing in $value (zero-based).

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="intldateformatter.parse" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlDateFormatter::parse</refname>
@ -14,7 +14,7 @@
<methodsynopsis>
<type>integer</type><methodname>IntlDateFormatter::parse</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</param>
</methodsynopsis>
<para>
Procedural style
@ -23,7 +23,7 @@
<type>integer</type><methodname>datefmt_parse</methodname>
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>integer</type><parameter>parse_pos</parameter></methodparam>
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</param>
</methodsynopsis>
<para>
Converts string $value to an incremental time value, starting at
@ -52,7 +52,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>parse_pos</parameter></term>
<term><parameter>position</parameter></term>
<listitem>
<para>
Position at which to start the parsing in $value (zero-based).