Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.stub.php700 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.c2107 zend_long with_attrib; in PHP_FUNCTION() local
2111 if (zend_parse_parameters(ZEND_NUM_ARGS(), "pl", &dn, &dn_len, &with_attrib) != SUCCESS) { in PHP_FUNCTION()
2115 if (!(ldap_value = ldap_explode_dn(dn, with_attrib))) { in PHP_FUNCTION()

Completed in 21 milliseconds