Searched refs:ldap_add_ext (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/ldap/tests/ |
H A D | ldap_add_ext.phpt | 2 ldap_add_ext() - Add operation with controls 20 $result = ldap_add_ext($link, "o=test_ldap_add_ext,$base", array(
|
/PHP-8.1/ext/ldap/ |
H A D | ldap_arginfo.h | 372 ZEND_FUNCTION(ldap_add_ext); 474 ZEND_FE(ldap_add_ext, arginfo_ldap_add_ext)
|
H A D | ldap.stub.php | 112 …function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): L… function
|
H A D | ldap.c | 2420 i = ldap_add_ext(ld->link, dn, ldap_mods, lserverctrls, NULL, &msgid); in php_ldap_do_modify() 2493 PHP_FUNCTION(ldap_add_ext) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds