mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added param info for timezone_location_get() (closes doc #53827)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307700 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
09831bd33b
commit
67e40e7f48
1 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>array</type><methodname>timezone_location_get</methodname>
|
||||
<void />
|
||||
<methodparam><type>DateTimeZone</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns location information for a timezone, including country code, latitude/longitude and comments.
|
||||
|
@ -26,7 +26,11 @@
|
|||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
&no.function.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&date.datetimezone.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue