reference/filesystem/functions/lchgrp.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -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.lchgrp">
3
+
<refentry xml:id="function.lchgrp" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>lchgrp</refname>
6
6
<refpurpose>Changes group ownership of symlink</refpurpose>
...
...
@@ -11,7 +11,7 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>lchgrp</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
-
<methodparam><type>mixed</type><parameter>group</parameter></methodparam>
14
+
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>group</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Attempts to change the group of the symlink <parameter>filename</parameter>
...
...
@@ -94,7 +94,6 @@ lchgrp($link, 8);
94
94
</refsect1>
95
95

96
96
</refentry>
97
-

98
97
<!-- Keep this comment at the end of the file
99
98
Local variables:
100
99
mode: sgml
101
100