reference/ldap/functions/ldap-next-reference.xml
fbc6f9055f47d18f8ffb30513b772a32eda1526e
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.ldap-next-reference' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.ldap-next-reference" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>ldap_next_reference</refname>
6
6
<refpurpose>Get next reference</refpurpose>
...
...
@@ -9,15 +9,14 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>ldap_next_reference</methodname>
13
-
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
14
-
<methodparam><type>resource</type><parameter>entry</parameter></methodparam>
12
+
<type class="union"><type>LDAP\ResultEntry</type><type>false</type></type><methodname>ldap_next_reference</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
&warn.undocumented.func;
17
17
</refsect1>
18
18

19
19
</refentry>
20
-

21
20
<!-- Keep this comment at the end of the file
22
21
Local variables:
23
22
mode: sgml
24
23