mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix my own bug (23095)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122926 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f414cb02e0
commit
16753606f8
2 changed files with 19 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.gmmktime">
|
||||
<refnamediv>
|
||||
|
@ -10,18 +10,23 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>gmmktime</methodname>
|
||||
<methodparam><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>minute</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>second</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>minute</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>second</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>is_dst</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Identical to <function>mktime</function> except the passed
|
||||
parameters represents a GMT date.
|
||||
</para>
|
||||
<para>
|
||||
Like <function>mktime</function>, arguments may be left out in order
|
||||
from right to left, with any omitted arguments being set to the
|
||||
current corresponding GMT value.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mktime">
|
||||
<refnamediv>
|
||||
|
@ -10,12 +10,12 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>mktime</methodname>
|
||||
<methodparam><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>minute</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>second</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>minute</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>second</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>is_dst</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue