reference/ldap/controls.xml
b37727abaf0e731a05c516fd85b44e86f4bf5c75
...
...
@@ -37,14 +37,14 @@ if (!in_array(LDAP_CONTROL_PAGEDRESULTS, ldap_get_entries($ds, $result)[0]['supp
37
37

38
38
<para>
39
39
As of PHP 7.3, you can send controls with your request in all
40
-
request functions using the serverctrls parameter. When a ext
40
+
request functions using the <parameter>controls</parameter> parameter. When a ext
41
41
version of a function exists, you should use it if you want to
42
42
get access to the full response object and be able to parse
43
43
response controls from it using <function>ldap_parse_result</function>.
44
44
</para>
45
45

46
46
<para>
47
-
serverctrls must be an array containing an array for each control to send,
47
+
<parameter>controls</parameter> must be an array containing an array for each control to send,
48
48
containing the following keys:
49
49
<variablelist>
50
50
<varlistentry>
51
51