Home
last modified time | relevance | path

Searched refs:with_attrib (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/ldap/
H A Dldap.stub.php686 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
H A Dldap_arginfo.h126 ZEND_ARG_TYPE_INFO(0, with_attrib, IS_LONG, 0)
H A Dldap.c2126 zend_long with_attrib; in PHP_FUNCTION() local
2131 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl", &dn, &dn_len, &with_attrib) != SUCCESS) { in PHP_FUNCTION()
2135 if (!(ldap_value = ldap_explode_dn(dn, with_attrib))) { in PHP_FUNCTION()

Completed in 24 milliseconds