Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c1296 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper) in php_ldap_do_modify() function
1419 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD); in PHP_FUNCTION()
1429 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE); in PHP_FUNCTION()
1437 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD); in PHP_FUNCTION()
1445 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE); in PHP_FUNCTION()

Completed in 10 milliseconds