Searched defs:ldap (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 41 function ldap_unbind(LDAP\Connection $ldap): bool {} 44 function ldap_close(LDAP\Connection $ldap): bool {} 65 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {} 75 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {} 135 function ldap_errno(LDAP\Connection $ldap): int {} 137 function ldap_error(LDAP\Connection $ldap): string {} 152 function ldap_set_option(?LDAP\Connection $ldap, int $option, $value): bool {} 154 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {} 178 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {} 182 function ldap_start_tls(LDAP\Connection $ldap): bool {} [all …]
|
H A D | ldap.c | 102 ZEND_GET_MODULE(ldap) in ZEND_GET_MODULE() argument 823 PHP_MINIT_FUNCTION(ldap) in PHP_MINIT_FUNCTION() argument 1069 PHP_MSHUTDOWN_FUNCTION(ldap) in PHP_MSHUTDOWN_FUNCTION() argument 1077 PHP_MINFO_FUNCTION(ldap) in PHP_MINFO_FUNCTION() argument 1127 LDAP *ldap = NULL; in PHP_FUNCTION() local 1216 static int _get_lderrno(LDAP *ldap) in _get_lderrno() 1231 static void _set_lderrno(LDAP *ldap, int lderr) in _set_lderrno() 1515 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() 1961 LDAP *ldap; in PHP_FUNCTION() local 3252 LDAP *ldap; in PHP_FUNCTION() local [all …]
|
Completed in 21 milliseconds