reference/ldap/functions/ldap-sort.xml
e706a6b5578e9d0a9d1a101eeb654124db97e0ed
...
...
@@ -6,6 +6,10 @@
6
6
<refpurpose>Sort LDAP result entries on the client side</refpurpose>
7
7
</refnamediv>
8
8

9
+
<refsynopsisdiv>
10
+
&warn.deprecated.function-7-0-0.removed-8-0-0;
11
+
</refsynopsisdiv>
12
+

9
13
<refsect1 role="description">
10
14
&reftitle.description;
11
15
<methodsynopsis>
...
...
@@ -23,7 +27,6 @@
23
27
you might not get the expected results in case you reach the <parameter>sizelimit</parameter> either of the server or
24
28
defined within <function>ldap_search</function>.
25
29
</para>
26
-
&warn.deprecated.feature-7-0-0;
27
30
</refsect1>
28
31

29
32
<refsect1 role="parameters">
...
...
@@ -34,7 +37,7 @@
34
37
<term><parameter>link</parameter></term>
35
38
<listitem>
36
39
<para>
37
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
40
+
An LDAP resource, returned by <function>ldap_connect</function>.
38
41
</para>
39
42
</listitem>
40
43
</varlistentry>
...
...
@@ -59,6 +62,37 @@
59
62
</para>
60
63
</refsect1>
61
64

65
+
<refsect1 role="returnvalues">
66
+
&reftitle.returnvalues;
67
+
<para>
68
+
&return.void;
69
+
</para>
70
+
</refsect1>
71
+

72
+
<refsect1 role="changelog">
73
+
&reftitle.changelog;
74
+
<para>
75
+
<informaltable>
76
+
<tgroup cols="2">
77
+
<thead>
78
+
<row>
79
+
<entry>&Version;</entry>
80
+
<entry>&Description;</entry>
81
+
</row>
82
+
</thead>
83
+
<tbody>
84
+
<row>
85
+
<entry>8.0.0</entry>
86
+
<entry>
87
+
This function has been removed.
88
+
</entry>
89
+
</row>
90
+
</tbody>
91
+
</tgroup>
92
+
</informaltable>
93
+
</para>
94
+
</refsect1>
95
+

62
96
<refsect1 role="examples">
63
97
&reftitle.examples;
64
98
<para>
65
99