reference/filesystem/functions/is-writable.xml
fccc7eb7010120c17732c57f93df1f321245376c
...
...
@@ -19,8 +19,7 @@
19
19
</para>
20
20
<para>
21
21
Keep in mind that PHP may be accessing the file as the user id
22
-
that the web server runs as (often 'nobody'). Safe mode
23
-
limitations are not taken into account.
22
+
that the web server runs as (often 'nobody').
24
23
</para>
25
24
</refsect1>
26
25

...
...
@@ -48,6 +47,11 @@
48
47
</para>
49
48
</refsect1>
50
49

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

51
55
<refsect1 role="examples">
52
56
&reftitle.examples;
53
57
<para>
...
...
@@ -69,11 +73,6 @@ if (is_writable($filename)) {
69
73
</para>
70
74
</refsect1>
71
75

72
-
<refsect1 role="errors">
73
-
&reftitle.errors;
74
-
&fs.emits.warning.on.failure;
75
-
</refsect1>
76
-

77
76
<refsect1 role="notes">
78
77
&reftitle.notes;
79
78
80
79