-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgmmktime.xml
More file actions
49 lines (48 loc) · 1.78 KB
/
gmmktime.xml
File metadata and controls
49 lines (48 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!-- splitted from ./it/functions/datetime.xml, last change in rev 1.1 -->
<!-- last change to 'gmmktime' in en/ tree in rev 1.2 -->
<!-- EN-Revision: n/a Maintainer: curcio_it Status: ready -->
<!-- OLD-Revision: 1.71/EN.1.2 -->
<refentry xml:id="function.gmmktime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>gmmktime</refname>
<refpurpose>Riceve l'UNIX timestamp per una data GMT</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>int</type><methodname>gmmktime</methodname>
<methodparam><type>int</type><parameter>ora</parameter></methodparam>
<methodparam><type>int</type><parameter>minuto</parameter></methodparam>
<methodparam><type>int</type><parameter>secondo</parameter></methodparam>
<methodparam><type>int</type><parameter>mese</parameter></methodparam>
<methodparam><type>int</type><parameter>giorno</parameter></methodparam>
<methodparam><type>int</type><parameter>anno</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>is_dst</parameter></methodparam>
</methodsynopsis>
<para>
Identica alla funzione <function>mktime</function> eccetto per il paramentro passato, che
rappresenta una data GMT.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->