parrotcode: PHP ldap Library | |
Contents | Language Implementations | Pipp |
php_ldap.pir - PHP ldap Library
string ldap_8859_to_t61(string value)
bool ldap_add(resource link, string dn, array entry)
bool ldap_bind(resource link [, string dn, string password])
bool ldap_compare(resource link, string dn, string attr, string value)
resource ldap_connect([string host [, int port]])
int ldap_count_entries(resource link, resource result)
bool ldap_delete(resource link, string dn)
string ldap_dn2ufn(string dn)
string ldap_err2str(int errno)
int ldap_errno(resource link)
string ldap_error(resource link)
array ldap_explode_dn(string dn, int with_attrib)
string ldap_first_attribute(resource link, resource result_entry)
resource ldap_first_entry(resource link, resource result)
resource ldap_first_reference(resource link, resource result)
bool ldap_free_result(resource result)
array ldap_get_attributes(resource link, resource result_entry)
string ldap_get_dn(resource link, resource result_entry)
array ldap_get_entries(resource link, resource result)
bool ldap_get_option(resource link, int option, mixed retval)
array ldap_get_values_len(resource link, resource result_entry, string attribute)
resource ldap_list(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
bool ldap_mod_add(resource link, string dn, array entry)
bool ldap_mod_del(resource link, string dn, array entry)
bool ldap_mod_replace(resource link, string dn, array entry)
string ldap_next_attribute(resource link, resource result_entry)
resource ldap_next_entry(resource link, resource result_entry)
resource ldap_next_reference(resource link, resource reference_entry)
bool ldap_parse_reference(resource link, resource reference_entry, array referrals)
bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
resource ldap_read(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)
bool ldap_sasl_bind(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authc_id, string sasl_authz_id, string props])
resource ldap_search(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
bool ldap_set_option(resource link, int option, mixed newval)
bool ldap_set_rebind_proc(resource link, string callback)
bool ldap_sort(resource link, resource result, string sortfilter)
bool ldap_start_tls(resource link)
string ldap_t61_to_8859(string value)
bool ldap_unbind(resource link)
|