reference/filesystem/functions/is-dir.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -28,8 +28,8 @@
28
28
Path to the file. If <parameter>filename</parameter> is a relative
29
29
filename, it will be checked relative to the current working
30
30
directory. If <parameter>filename</parameter> is a symbolic or hard link
31
-
then the link will be resolved and checked. If you have enabled &safemode;,
32
-
or <link linkend="ini.open-basedir">open_basedir</link> further
31
+
then the link will be resolved and checked. If you have enabled
32
+
<link linkend="ini.open-basedir">open_basedir</link> further
33
33
restrictions may apply.
34
34
</para>
35
35
</listitem>
...
...
@@ -46,6 +46,11 @@
46
46
</para>
47
47
</refsect1>
48
48

49
+
<refsect1 role="errors">
50
+
&reftitle.errors;
51
+
&fs.emits.warning.on.failure;
52
+
</refsect1>
53
+

49
54
<refsect1 role="examples">
50
55
&reftitle.examples;
51
56
<para>
...
...
@@ -73,11 +78,6 @@ bool(true)
73
78
</para>
74
79
</refsect1>
75
80

76
-
<refsect1 role="errors">
77
-
&reftitle.errors;
78
-
&fs.emits.warning.on.failure;
79
-
</refsect1>
80
-

81
81
<refsect1 role="notes">
82
82
&reftitle.notes;
83
83
&note.clearstatcache;
84
84