ldap_set_rebind_proc

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

ldap_set_rebind_procSet a callback function to do re-binds on referral chasing

说明

ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool
警告

本函数还未编写文档,仅有参数列表。

更新日志

版本 说明
8.1.0 The ldap parameter expects an LDAP\Connection instance now; previously, a 资源(resource) was expected.
8.0.0 callback is nullable now.