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

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

45
50
<refsect1 role="examples">
46
51
&reftitle.examples;
47
52
<para>
...
...
@@ -59,11 +64,6 @@ print_r(posix_getpwuid(fileowner($filename)));
59
64
</para>
60
65
</refsect1>
61
66

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

67
67
<refsect1 role="notes">
68
68
&reftitle.notes;
69
69
&note.clearstatcache;
70
70