Searched refs:with_attrib (Results 1 – 3 of 3) sorted by relevance
700 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
126 ZEND_ARG_TYPE_INFO(0, with_attrib, IS_LONG, 0)
2167 zend_long with_attrib; in PHP_FUNCTION() local2171 if (zend_parse_parameters(ZEND_NUM_ARGS(), "pl", &dn, &dn_len, &with_attrib) != SUCCESS) { in PHP_FUNCTION()2175 if (!(ldap_value = ldap_explode_dn(dn, with_attrib))) { in PHP_FUNCTION()
Completed in 46 milliseconds