reference/ldap/functions/ldap-set-rebind-proc.xml
fbc6f9055f47d18f8ffb30513b772a32eda1526e
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.ldap-set-rebind-proc' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.ldap-set-rebind-proc" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>ldap_set_rebind_proc</refname>
6
6
<refpurpose>Set a callback function to do re-binds on referral chasing</refpurpose>
...
...
@@ -10,14 +10,36 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>ldap_set_rebind_proc</methodname>
13
-
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
14
-
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
13
+
<methodparam><type>LDAP\Connection</type><parameter>ldap</parameter></methodparam>
14
+
<methodparam><type class="union"><type>callable</type><type>null</type></type><parameter>callback</parameter></methodparam>
15
15
</methodsynopsis>
16
16
&warn.undocumented.func;
17
17
</refsect1>
18
18

19
-
</refentry>
19
+
<refsect1 role="changelog">
20
+
&reftitle.changelog;
21
+
<informaltable>
22
+
<tgroup cols="2">
23
+
<thead>
24
+
<row>
25
+
<entry>&Version;</entry>
26
+
<entry>&Description;</entry>
27
+
</row>
28
+
</thead>
29
+
<tbody>
30
+
&ldap.changelog.ldap-object;
31
+
<row>
32
+
<entry>8.0.0</entry>
33
+
<entry>
34
+
<parameter>callback</parameter> is nullable now.
35
+
</entry>
36
+
</row>
37
+
</tbody>
38
+
</tgroup>
39
+
</informaltable>
40
+
</refsect1>
20
41

42
+
</refentry>
21
43
<!-- Keep this comment at the end of the file
22
44
Local variables:
23
45
mode: sgml
24
46