reference/ldap/functions/ldap-next-entry.xml
fbc6f9055f47d18f8ffb30513b772a32eda1526e
...
...
@@ -9,16 +9,16 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>ldap_next_entry</methodname>
13
-
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
14
-
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
12
+
<type class="union"><type>LDAP\ResultEntry</type><type>false</type></type><methodname>ldap_next_entry</methodname>
13
+
<methodparam><type>LDAP\Connection</type><parameter>ldap</parameter></methodparam>
14
+
<methodparam><type>LDAP\ResultEntry</type><parameter>entry</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Retrieve the entries stored in the result. Successive calls to the
18
18
<function>ldap_next_entry</function> return entries one by one till there
19
19
are no more entries. The first call to <function>ldap_next_entry</function>
20
20
is made after the call to <function>ldap_first_entry</function> with the
21
-
<parameter>result_entry_identifier</parameter> as returned from the
21
+
<parameter>entry</parameter> as returned from the
22
22
<function>ldap_first_entry</function>.
23
23
</para>
24
24
</refsect1>
...
...
@@ -28,17 +28,18 @@
28
28
<para>
29
29
<variablelist>
30
30
<varlistentry>
31
-
<term><parameter>link_identifier</parameter></term>
31
+
<term><parameter>ldap</parameter></term>
32
32
<listitem>
33
33
<para>
34
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
34
+
&ldap.parameter.ldap;
35
35
</para>
36
36
</listitem>
37
37
</varlistentry>
38
38
<varlistentry>
39
-
<term><parameter>result_entry_identifier</parameter></term>
39
+
<term><parameter>entry</parameter></term>
40
40
<listitem>
41
41
<para>
42
+
&ldap.parameter.entry;
42
43
</para>
43
44
</listitem>
44
45
</varlistentry>
...
...
@@ -49,12 +50,31 @@
49
50
<refsect1 role="returnvalues">
50
51
&reftitle.returnvalues;
51
52
<para>
52
-
Returns entry identifier for the next entry in the result whose entries
53
+
Returns an <classname>LDAP\ResultEntry</classname> instance for the next entry in the result whose entries
53
54
are being read starting with <function>ldap_first_entry</function>. If
54
55
there are no more entries in the result then it returns &false;.
55
56
</para>
56
57
</refsect1>
57
58

59
+
<refsect1 role="changelog">
60
+
&reftitle.changelog;
61
+
<informaltable>
62
+
<tgroup cols="2">
63
+
<thead>
64
+
<row>
65
+
<entry>&Version;</entry>
66
+
<entry>&Description;</entry>
67
+
</row>
68
+
</thead>
69
+
<tbody>
70
+
&ldap.changelog.ldap-object;
71
+
&ldap.changelog.entry-object;
72
+
&ldap.changelog.return-result-object;
73
+
</tbody>
74
+
</tgroup>
75
+
</informaltable>
76
+
</refsect1>
77
+
58
78
<refsect1 role="seealso">
59
79
&reftitle.seealso;
60
80
<para>
...
...
@@ -65,7 +85,6 @@
65
85
</refsect1>
66
86

67
87
</refentry>
68
-

69
88
<!-- Keep this comment at the end of the file
70
89
Local variables:
71
90
mode: sgml
72
91