reference/ldap/functions/ldap-control-paged-result-response.xml
e706a6b5578e9d0a9d1a101eeb654124db97e0ed
...
...
@@ -8,6 +8,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
8
8
<refpurpose>Retrieve the LDAP pagination cookie</refpurpose>
9
9
</refnamediv>
10
10

11
+
<refsynopsisdiv>
12
+
&ldap.warn.control-paged;
13
+
</refsynopsisdiv>
14
+

11
15
<refsect1 role="description">
12
16
&reftitle.description;
13
17
<methodsynopsis>
...
...
@@ -30,7 +34,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
30
34
<term><parameter>link</parameter></term>
31
35
<listitem>
32
36
<para>
33
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
37
+
An LDAP resource, returned by <function>ldap_connect</function>.
34
38
</para>
35
39
</listitem>
36
40
</varlistentry>
...
...
@@ -68,6 +72,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
68
72
</para>
69
73
</refsect1>
70
74

75
+
<refsect1 role="changelog">
76
+
&reftitle.changelog;
77
+
<para>
78
+
<informaltable>
79
+
<tgroup cols="2">
80
+
<thead>
81
+
<row>
82
+
<entry>&Version;</entry>
83
+
<entry>&Description;</entry>
84
+
</row>
85
+
</thead>
86
+
<tbody>
87
+
<row>
88
+
<entry>8.0.0</entry>
89
+
<entry>
90
+
This function has been removed.
91
+
</entry>
92
+
</row>
93
+
<row>
94
+
<entry>7.4.0</entry>
95
+
<entry>
96
+
This function has been deprecated.
97
+
</entry>
98
+
</row>
99
+
</tbody>
100
+
</tgroup>
101
+
</informaltable>
102
+
</para>
103
+
</refsect1>
104
+

71
105
<refsect1 role="seealso">
72
106
&reftitle.seealso;
73
107
<para>
74
108