reference/filesystem/functions/file-exists.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -58,6 +58,11 @@
58
58
&fs.file.32bit;
59
59
</refsect1>
60
60

61
+
<refsect1 role="errors">
62
+
&reftitle.errors;
63
+
&fs.emits.warning.on.failure;
64
+
</refsect1>
65
+

61
66
<refsect1 role="examples">
62
67
&reftitle.examples;
63
68
<para>
...
...
@@ -80,11 +85,6 @@ if (file_exists($filename)) {
80
85
</para>
81
86
</refsect1>
82
87

83
-
<refsect1 role="errors">
84
-
&reftitle.errors;
85
-
&fs.emits.warning.on.failure;
86
-
</refsect1>
87
-

88
88
<refsect1 role="notes">
89
89
&reftitle.notes;
90
90
&note.clearstatcache;
...
...
@@ -99,6 +99,7 @@ if (file_exists($filename)) {
99
99
<member><function>is_writable</function></member>
100
100
<member><function>is_file</function></member>
101
101
<member><function>file</function></member>
102
+
<member><classname>SplFileInfo</classname></member>
102
103
</simplelist>
103
104
</para>
104
105
</refsect1>
105
106