reference/filesystem/functions/fileatime.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>fileatime</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>fileatime</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<simpara>
...
...
@@ -41,6 +41,11 @@
41
41
</para>
42
42
</refsect1>
43
43

44
+
<refsect1 role="errors">
45
+
&reftitle.errors;
46
+
&fs.emits.warning.on.failure;
47
+
</refsect1>
48
+

44
49
<refsect1 role="examples">
45
50
&reftitle.examples;
46
51
<para>
...
...
@@ -64,11 +69,6 @@ if (file_exists($filename)) {
64
69
</para>
65
70
</refsect1>
66
71

67
-
<refsect1 role="errors">
68
-
&reftitle.errors;
69
-
&fs.emits.warning.on.failure;
70
-
</refsect1>
71
-

72
72
<refsect1 role="notes">
73
73
&reftitle.notes;
74
74
<note>
75
75