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
警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

更新日志

版本 說明
8.1.0 現(xiàn)在 ldap 參數(shù)接受 LDAP\Connection 實例,之前接受 資源(resource)。
8.0.0 callback is nullable now.