Searched refs:ldap_list (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/ldap/tests/ |
H A D | ldap_list_basic.phpt | 2 ldap_list() test 20 $result = ldap_list($link, "$base", "(objectClass=person)"),
|
H A D | ldap_next_entry_basic.phpt | 16 $result = ldap_list($link, "$base", "(objectClass=person)");
|
/PHP-8.1/ext/ldap/ |
H A D | ldap_arginfo.h | 357 ZEND_FUNCTION(ldap_list); 458 ZEND_FE(ldap_list, arginfo_ldap_list)
|
H A D | ldap.stub.php | 58 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a… function
|
H A D | ldap.c | 1840 PHP_FUNCTION(ldap_list) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds