mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
re-added modifier
fixed switched titles in example (oop vs procedural) added change by anon git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a5064d6ab7
commit
6af7069d5c
1 changed files with 5 additions and 6 deletions
|
@ -13,9 +13,8 @@
|
|||
</para>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::parse</methodname>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter
|
||||
role="reference">position</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter role="reference">position</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&style.procedural;
|
||||
|
@ -72,14 +71,14 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
timestamp parsed value
|
||||
timestamp parsed value, or &false; if value can't be parsed.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><function>datefmt_parse</function> example</title>
|
||||
<title>OO example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -92,7 +91,7 @@ echo "Second parsed output is ".$fmt->parse("Mittwoch, 20. Dezember 1989 16:00 U
|
|||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>OO example</title>
|
||||
<title><function>datefmt_parse</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue