function ldap_help_show_error in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_help/ldap_test_script/functions.inc \ldap_help_show_error()
- 7 ldap_help/ldap_test_script/functions.inc \ldap_help_show_error()
File
- ldap_help/
ldap_test_script/ functions.inc, line 140
Code
function ldap_help_show_error($con) {
return "\nLDAP Error Number: " . ldap_errno($con) . "\nLDAP Error Description: " . ldap_error($con);
}