mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added parameter for procedural style.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305678 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb18b62069
commit
49f47fddb0
1 changed files with 13 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>string</type><methodname>timezone_name_get</methodname>
|
||||
<void />
|
||||
<methodparam><type>DateTimeZone</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the name of the timezone.
|
||||
|
@ -26,7 +26,19 @@
|
|||
|
||||
<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>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue