reference/filesystem/functions/is-readable.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -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>
...
...
@@ -62,17 +67,11 @@ if (is_readable($filename)) {
62
67
</para>
63
68
</refsect1>
64
69

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

70
70
<refsect1 role="notes">
71
71
&reftitle.notes;
72
72
<para>
73
73
Keep in mind that PHP may be accessing the file as the user
74
-
id that the web server runs as (often 'nobody'). Safe mode
75
-
limitations are not taken into account before PHP 5.1.5.
74
+
id that the web server runs as (often 'nobody').
76
75
</para>
77
76
&note.clearstatcache;
78
77
&tip.fopen-wrapper.stat;
79
78