reference/filesystem/functions/filegroup.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.filegroup">
3
+
<refentry xml:id="function.filegroup" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>filegroup</refname>
6
6
<refpurpose>Gets file group</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>filegroup</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>filegroup</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -44,6 +44,13 @@
44
44
</para>
45
45
</refsect1>
46
46

47
+
<refsect1 role="errors">
48
+
&reftitle.errors;
49
+
<para>
50
+
Upon failure, an <constant>E_WARNING</constant> is emitted.
51
+
</para>
52
+
</refsect1>
53
+

47
54
<refsect1 role="examples">
48
55
&reftitle.examples;
49
56
<para>
...
...
@@ -61,13 +68,6 @@ print_r(posix_getgrgid(filegroup($filename)));
61
68
</para>
62
69
</refsect1>
63
70

64
-
<refsect1 role="errors">
65
-
&reftitle.errors;
66
-
<para>
67
-
Upon failure, an <constant>E_WARNING</constant> is emitted.
68
-
</para>
69
-
</refsect1>
70
-

71
71
<refsect1 role="notes">
72
72
&reftitle.notes;
73
73
&note.clearstatcache;
...
...
@@ -85,7 +85,6 @@ print_r(posix_getgrgid(filegroup($filename)));
85
85
</refsect1>
86
86

87
87
</refentry>
88
-

89
88
<!-- Keep this comment at the end of the file
90
89
Local variables:
91
90
mode: sgml
92
91