mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix the commit in r305678 so the manual builds again and reword the return
values section of the page, since I already had it open and all. :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305688 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
238eff7a2f
commit
f851c80f54
1 changed files with 14 additions and 14 deletions
|
@ -26,25 +26,25 @@
|
|||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
&style.oop;
|
||||
&no.function.parameters;
|
||||
&style.procedural;
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The DateTimeZone for which to get a name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The DateTimeZone for which to get a name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
One of <link linkend="timezones">timezones</link>.
|
||||
One of the timezone names in the
|
||||
<link linkend="timezones">list of timezones</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue