mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add purpose to description section, just like everything else in the manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298752 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dcd7880c98
commit
775021759a
3 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>format</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns date formatted according to given format.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
<type>int</type><methodname>date_offset_get</methodname>
|
||||
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the timezone offset.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
<type>DateTimeZone</type><methodname>date_timezone_get</methodname>
|
||||
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Return time zone relative to given DateTime.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue