mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8db6b20fd
commit
ca94834ef6
2 changed files with 6 additions and 6 deletions
|
@ -109,7 +109,7 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional pattern to use when formatting or parsing
|
||||
Optional pattern to use when formatting or parsing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -9,14 +9,14 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>
|
||||
Object oriented style
|
||||
Object oriented style
|
||||
</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Procedural style
|
||||
Procedural style
|
||||
</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>datefmt_set_pattern</methodname>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set the pattern used for the IntlDateFormatter.
|
||||
Set the pattern used for the IntlDateFormatter.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
<term><parameter>fmt</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The formatter resource.
|
||||
The formatter resource.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New pattern string to use.
|
||||
New pattern string to use.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue