reference/info/functions/getlastmod.xml
8dd14a886c7e954cef181c374b6f05cc7149e643
...
...
@@ -9,11 +9,11 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>getlastmod</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>getlastmod</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
16
-
Gets the time of the last modification of the current page.
16
+
Gets the time of the last modification of the main script of execution.
17
17
</para>
18
18
<para>
19
19
If you're interested in getting the last modification time
...
...
@@ -21,6 +21,11 @@
21
21
</para>
22
22
</refsect1>
23
23

24
+
<refsect1 role="parameters">
25
+
&reftitle.parameters;
26
+
&no.function.parameters;
27
+
</refsect1>
28
+

24
29
<refsect1 role="returnvalues">
25
30
&reftitle.returnvalues;
26
31
<para>
...
...
@@ -63,7 +68,6 @@ echo "Last modified: " . date ("F d Y H:i:s.", getlastmod());
63
68
</refsect1>
64
69

65
70
</refentry>
66
-

67
71
<!-- Keep this comment at the end of the file
68
72
Local variables:
69
73
mode: sgml
70
74