reference/ldap/functions/ldap-next-attribute.xml
303580c0bea0fa98061951b0eeae275ce439942a
...
...
@@ -9,14 +9,14 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>ldap_next_attribute</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>string</type><type>false</type></type><methodname>ldap_next_attribute</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
Retrieves the attributes in an entry. The first call to
18
18
<function>ldap_next_attribute</function> is made with the
19
-
<parameter>result_entry_identifier</parameter> returned from
19
+
<parameter>entry</parameter> returned from
20
20
<function>ldap_first_attribute</function>.
21
21
</para>
22
22
</refsect1>
...
...
@@ -26,35 +26,21 @@
26
26
<para>
27
27
<variablelist>
28
28
<varlistentry>
29
-
<term><parameter>link_identifier</parameter></term>
29
+
<term><parameter>ldap</parameter></term>
30
30
<listitem>
31
31
<para>
32
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
32
+
&ldap.parameter.ldap;
33
33
</para>
34
34
</listitem>
35
35
</varlistentry>
36
36
<varlistentry>
37
-
<term><parameter>result_entry_identifier</parameter></term>
37
+
<term><parameter>entry</parameter></term>
38
38
<listitem>
39
39
<para>
40
+
&ldap.parameter.entry;
40
41
</para>
41
42
</listitem>
42
43
</varlistentry>
43
-
<varlistentry>
44
-
<term><parameter>ber_identifier</parameter></term>
45
-
<listitem>
46
-
<para>
47
-
The internal state of the pointer is maintained by this parameter.
48
-
</para>
49
-
<note>
50
-
<para>
51
-
This parameter is no longer used as this is now handled automatically
52
-
by PHP. For backwards compatibility PHP will not throw an error if
53
-
this parameter is passed.
54
-
</para>
55
-
</note>
56
-
</listitem>
57
-
</varlistentry>
58
44
</variablelist>
59
45
</para>
60
46
</refsect1>
...
...
@@ -69,27 +55,26 @@
69
55

70
56
<refsect1 role="changelog">
71
57
&reftitle.changelog;
72
-
<para>
73
-
<informaltable>
74
-
<tgroup cols="2">
75
-
<thead>
76
-
<row>
77
-
<entry>&Version;</entry>
78
-
<entry>&Description;</entry>
79
-
</row>
80
-
</thead>
81
-
<tbody>
82
-
<row>
83
-
<entry>5.2.4</entry>
84
-
<entry>
85
-
The <parameter>ber_identifier</parameter> was removed. This
86
-
is now handled automatically by PHP.
87
-
</entry>
88
-
</row>
89
-
</tbody>
90
-
</tgroup>
91
-
</informaltable>
92
-
</para>
58
+
<informaltable>
59
+
<tgroup cols="2">
60
+
<thead>
61
+
<row>
62
+
<entry>&Version;</entry>
63
+
<entry>&Description;</entry>
64
+
</row>
65
+
</thead>
66
+
<tbody>
67
+
&ldap.changelog.ldap-object;
68
+
&ldap.changelog.entry-object;
69
+
<row>
70
+
<entry>8.0.0</entry>
71
+
<entry>
72
+
The unused third parameter <parameter>ber_identifier</parameter> is no longer accepted.
73
+
</entry>
74
+
</row>
75
+
</tbody>
76
+
</tgroup>
77
+
</informaltable>
93
78
</refsect1>
94
79

95
80
<refsect1 role="seealso">
...
...
@@ -102,7 +87,6 @@
102
87
</refsect1>
103
88

104
89
</refentry>
105
-

106
90
<!-- Keep this comment at the end of the file
107
91
Local variables:
108
92
mode: sgml
109
93