ldap_set_rebind_proc
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
Set a callback function to do re-binds on referral chasing
Description
ldap_set_rebind_proc(LDAP\Connection $ldap, callable|null $callback): bool
Func
Changelog
| Version | Description |
|---|---|
| 8.0.0 | callback is nullable now. |