Fixed indentation.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331080 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Levi Morrison 2013-08-06 15:25:35 +00:00
parent eed7878e56
commit 87f40a88b1

View file

@ -11,22 +11,22 @@
<para>
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
<void />
</methodsynopsis>
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;
</para>
<methodsynopsis>
<type>string</type><methodname>datefmt_get_error_message</methodname>
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
<methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
</methodsynopsis>
<para>
Get the error text from the last operation.
</para>
</refsect1>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
@ -42,7 +42,7 @@
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
@ -53,9 +53,9 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>datefmt_get_error_message</function> example</title>
<programlisting role="php">
<example>
<title><function>datefmt_get_error_message</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
$fmt = datefmt_create( "en_US" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN );
@ -66,10 +66,10 @@ if(!$str) {
?>
]]>
</programlisting>
</example>
<example>
<title>OO example</title>
<programlisting role="php">
</example>
<example>
<title>OO example</title>
<programlisting role="php">
<![CDATA[
<?php
$fmt = new IntlDateFormatter( "en_US" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN );
@ -81,23 +81,23 @@ if(!$str) {
?>
]]>
</programlisting>
</example>
&example.outputs;
<screen>
<![CDATA[
</example>
&example.outputs;
<screen>
<![CDATA[
ERROR: U_ZERO_ERROR (0)
]]>
</screen>
</screen>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<simplelist>
<member><function>datefmt_get_error_code</function></member>
<member><function>intl_get_error_code</function></member>
<member><function>intl_is_failure</function></member>
</simplelist>
<member><function>intl_get_error_code</function></member>
<member><function>intl_is_failure</function></member>
</simplelist>
</para>
</refsect1>
</refentry>