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>
...
...
@@ -76,7 +76,6 @@ lchown($link, 8);
76
76
<refsect1 role="notes">
77
77
&reftitle.notes;
78
78
&note.no-remote;
79
-
&note.sm.uidcheck;
80
79
&note.no-windows;
81
80
</refsect1>
82
81

...
...
@@ -93,7 +92,6 @@ lchown($link, 8);
93
92
</refsect1>
94
93

95
94
</refentry>
96
-

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