mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262423 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8cba51805
commit
e6a41864a3
2 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<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 choice="opt"><type>integer</type><parameter role="reference">position</param>
|
||||
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</parameter></methodparam>
|
||||
</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 choice="opt"><type>integer</type><parameter role="reference">position</param>
|
||||
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Converts string $value to a field-based time value ( an array of various fields), starting at
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<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,8 @@
|
|||
<methodsynopsis>
|
||||
<type>integer</type><methodname>IntlDateFormatter::parse</methodname>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</param>
|
||||
<methodparam choice="opt"><type>integer</type><parameter
|
||||
role="reference">position</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
|
@ -23,7 +24,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 choice="opt"><type>integer</type><parameter role="reference">position</param>
|
||||
<methodparam choice="opt"><type>integer</type><parameter role="reference">position</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Converts string $value to an incremental time value, starting at
|
||||
|
|
Loading…
Reference in a new issue