reference/ldap/functions/ldap-unbind.xml
fbc6f9055f47d18f8ffb30513b772a32eda1526e
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>ldap_unbind</methodname>
13
-
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
13
+
<methodparam><type>LDAP\Connection</type><parameter>ldap</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Unbinds from the LDAP directory.
...
...
@@ -22,10 +22,10 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>link_identifier</parameter></term>
25
+
<term><parameter>ldap</parameter></term>
26
26
<listitem>
27
27
<para>
28
-
An LDAP link identifier, returned by <function>ldap_connect</function>.
28
+
&ldap.parameter.ldap;
29
29
</para>
30
30
</listitem>
31
31
</varlistentry>
...
...
@@ -40,6 +40,23 @@
40
40
</para>
41
41
</refsect1>
42
42

43
+
<refsect1 role="changelog">
44
+
&reftitle.changelog;
45
+
<informaltable>
46
+
<tgroup cols="2">
47
+
<thead>
48
+
<row>
49
+
<entry>&Version;</entry>
50
+
<entry>&Description;</entry>
51
+
</row>
52
+
</thead>
53
+
<tbody>
54
+
&ldap.changelog.ldap-object;
55
+
</tbody>
56
+
</tgroup>
57
+
</informaltable>
58
+
</refsect1>
59
+

43
60
<refsect1 role="seealso">
44
61
&reftitle.seealso;
45
62
<para>
...
...
@@ -50,7 +67,6 @@
50
67
</refsect1>
51
68

52
69
</refentry>
53
-

54
70
<!-- Keep this comment at the end of the file
55
71
Local variables:
56
72
mode: sgml
57
73