Lines Matching refs:controls

29 function ldap_bind_ext($ldap, ?string $dn = null, ?string $password = null, ?array $controls = null…  argument
40 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {} argument
46 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {} argument
52 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {} argument
126 function ldap_add($ldap, string $dn, array $entry, ?array $controls = null): bool {} argument
132 function ldap_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {} argument
135 function ldap_delete($ldap, string $dn, ?array $controls = null): bool {} argument
141 function ldap_delete_ext($ldap, string $dn, ?array $controls = null) {} argument
144 function ldap_modify_batch($ldap, string $dn, array $modifications_info, ?array $controls = null): … argument
147 function ldap_mod_add($ldap, string $dn, array $entry, ?array $controls = null): bool {} argument
153 function ldap_mod_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {} argument
156 function ldap_mod_replace($ldap, string $dn, array $entry, ?array $controls = null): bool {} argument
162 function ldap_modify($ldap, string $dn, array $entry, ?array $controls = null): bool {} argument
168 function ldap_mod_replace_ext($ldap, string $dn, array $entry, ?array $controls = null) {} argument
171 function ldap_mod_del($ldap, string $dn, array $entry, ?array $controls = null): bool {} argument
177 function ldap_mod_del_ext($ldap, string $dn, array $entry, ?array $controls = null) {} argument
188 function ldap_compare($ldap, string $dn, string $attribute, string $value, ?array $controls = null)… argument
192 …g $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): bool {} argument
198 … string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null) {} argument
250 * @param array $controls
252 …_code, &$matched_dn = null, &$error_message = null, &$referrals = null, &$controls = null): bool {} argument
282 function ldap_exop($ldap, string $request_oid, ?string $request_data = null, ?array $controls = NUL… argument
288 * @param array $controls
290 …ing $user = "", string $old_password = "", string $new_password = "", &$controls = null): string|b… argument