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

94
94
</refentry>
95
-

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