reference/datetime/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -3,13 +3,13 @@
3
3
<appendix xml:id="datetime.constants" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.constants;
5
5
<para>
6
-
The <link linkend="datetime.constants.types"><literal>DATE_</literal>
7
-
constants</link> are defined since PHP 5.1.1 and they offer standard
6
+
The <link linkend="datetimeinterface.constants.types"><literal>DATE_</literal>
7
+
constants</link> are defined and they offer standard
8
8
date representations, which can be used along with the date format functions
9
9
(like <function>date</function>).
10
10
</para>
11
11
<para>
12
-
Following constants exists since PHP 5.1.2 and specify a format returned by
12
+
Following constants specify a format returned by
13
13
functions <function>date_sunrise</function> and
14
14
<function>date_sunset</function>.
15
15
</para>
...
...
@@ -17,7 +17,7 @@
17
17
<varlistentry xml:id="constant.sunfuncs-ret-timestamp">
18
18
<term>
19
19
<constant>SUNFUNCS_RET_TIMESTAMP</constant>
20
-
(<type>integer</type>)
20
+
(<type>int</type>)
21
21
</term>
22
22
<listitem>
23
23
<simpara>
...
...
@@ -28,7 +28,7 @@
28
28
<varlistentry xml:id="constant.sunfuncs-ret-string">
29
29
<term>
30
30
<constant>SUNFUNCS_RET_STRING</constant>
31
-
(<type>integer</type>)
31
+
(<type>int</type>)
32
32
</term>
33
33
<listitem>
34
34
<simpara>
...
...
@@ -39,7 +39,7 @@
39
39
<varlistentry xml:id="constant.sunfuncs-ret-double">
40
40
<term>
41
41
<constant>SUNFUNCS_RET_DOUBLE</constant>
42
-
(<type>integer</type>)
42
+
(<type>int</type>)
43
43
</term>
44
44
<listitem>
45
45
<simpara>
...
...
@@ -49,7 +49,6 @@
49
49
</varlistentry>
50
50
</variablelist>
51
51
</appendix>
52
-

53
52
<!-- Keep this comment at the end of the file
54
53
Local variables:
55
54
mode: sgml
56
55