ldap_8859_to_t61 | PHP 4.0.2 |
string ldap_8859_to_t61(string value) |
|
Translates 8859 characters to t61 characters. |
ldap_add | PHP 3.0 |
bool ldap_add(resource link, string dn, array entry) |
|
Adds entries to an LDAP directory. |
ldap_bind | PHP 3.0 |
bool ldap_bind(resource link[, string dn, string password]) |
|
Binds to an LDAP directory. |
ldap_compare | PHP 4.0.2 |
bool ldap_compare(resource link, string dn, string attr, string value) |
|
Determines if an entry has a specific value for one of its attributes. |
ldap_connect | PHP 3.0 |
resource ldap_connect([string host[, int port]]) |
|
Connects to an LDAP server. |
ldap_count_entries | PHP 3.0 |
int ldap_count_entries(resource link, resource result) |
|
Counts the number of entries in a search result. |
ldap_delete | PHP 3.0 |
bool ldap_delete(resource link, string dn) |
|
Deletes an entry from a directory. |
ldap_dn2ufn | PHP 3.0 |
string ldap_dn2ufn(string dn) |
|
Converts DN to User Friendly Naming format. |
ldap_err2str | PHP 3.0.13 |
string ldap_err2str(int errno) |
|
Converts error number to error string. |
ldap_errno | PHP 3.0.12 |
int ldap_errno(resource link) |
|
Gets the current LDAP error number. |
ldap_error | PHP 3.0.12 |
string ldap_error(resource link) |
|
Gets the current LDAP error string. |
ldap_explode_dn | PHP 3.0 |
array ldap_explode_dn(string dn, int with_attrib) |
|
Splits DN into its component parts. |
ldap_first_attribute | PHP 3.0 |
string ldap_first_attribute(resource link, resource result_entry, int ber) |
|
Returns first attribute. |
ldap_first_entry | PHP 3.0 |
resource ldap_first_entry(resource link, resource result) |
|
Returns first result ID. |
ldap_first_reference | PHP 4.0.5 |
resource ldap_first_reference(resource link, resource result) |
|
Returns first reference. |
ldap_free_result | PHP 3.0 |
bool ldap_free_result(resource result) |
|
Frees result memory. |
ldap_get_attributes | PHP 3.0 |
array ldap_get_attributes(resource link, resource result_entry) |
|
Gets attributes from a search result entry. |
ldap_get_dn | PHP 3.0 |
string ldap_get_dn(resource link, resource result_entry) |
|
Gets the DN of a result entry. |
ldap_get_entries | PHP 3.0 |
array ldap_get_entries(resource link, resource result) |
|
Gets all result entries. |
ldap_get_option | PHP 4.0.4 |
bool ldap_get_option(resource link, int option, mixed retval) |
|
Gets the current value of various session-wide parameters. |
ldap_get_values_len | PHP 3.0.13 |
array ldap_get_values_len(resource link, resource result_entry, string attribute) |
|
Gets all values with lengths from a result entry. |
ldap_get_values | PHP 3.0 |
array ldap_get_values(resource link, resource result_entry, string attribute) |
|
Gets all values from a result entry. |
ldap_list | PHP 3.0 |
resource ldap_list(resource link, string base_dn, string filter[, array attrs[, int attrsonly[, int sizelimit[, int timelimit[, int deref]]]]]) |
|
Performs a single-level search. |
ldap_mod_add | PHP 3.0.8 |
bool ldap_mod_add(resource link, string dn, array entry) |
|
Adds attribute values to current. |
ldap_mod_del | PHP 3.0.8 |
bool ldap_mod_del(resource link, string dn, array entry) |
|
Deletes attribute values. |
ldap_mod_replace | PHP 3.0.8 |
bool ldap_mod_replace(resource link, string dn, array entry) |
|
Replaces attribute values with new ones. |
ldap_next_attribute | PHP 3.0 |
string ldap_next_attribute(resource link, resource result_entry, resource ber) |
|
Gets the next attribute in result. |
ldap_next_entry | PHP 3.0 |
resource ldap_next_entry(resource link, resource result_entry) |
|
Gets next result entry. |
ldap_next_reference | PHP 4.0.5 |
resource ldap_next_reference(resource link, resource reference_entry) |
|
Gets next reference. |
ldap_parse_reference | PHP 4.0.5 |
bool ldap_parse_reference(resource link, resource reference_entry, array referrals) |
|
Extracts information from reference entry. |
ldap_parse_result | PHP 4.0.5 |
bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals) |
|
Extracts information from result. |
ldap_read | PHP 3.0 |
resource ldap_read(resource link, string base_dn, string filter[, array attrs[, int attrsonly[, int sizelimit[, int timelimit[, int deref]]]]]) |
|
Reads an entry. |
ldap_rename | PHP 4.0.5 |
bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn); |
|
Modifies the name of an entry. |
ldap_search | PHP 3.0 |
resource ldap_search(resource link, string base_dn, string filter[, array attrs[, int attrsonly[, int sizelimit[, int timelimit[, int deref]]]]]) |
|
Searches LDAP tree under base_dn. |
ldap_set_option | PHP 4.0.4 |
bool ldap_set_option(resource link, int option, mixed newval) |
|
Set the value of various session-wide parameters. |
ldap_set_rebind_proc | PHP 4.1.0 |
bool ldap_set_rebind_proc(resource link, string callback) |
|
Sets a callback function to do rebinds on referral chasing. |
ldap_sort | PHP 4.1.0 |
bool ldap_sort(resource link, resource result, string sortfilter) |
|
Sorts LDAP result entries. |
ldap_start_tls | PHP 4.1.0 |
bool ldap_start_tls(resource link) |
|
Starts TLS. |
ldap_t61_to_8859 | PHP 4.0.2 |
string ldap_t61_to_8859(string value) |
|
Translates t61 characters to 8859 characters. |
ldap_unbind | PHP 3.0 |
bool ldap_unbind(resource link) |
|
Unbinds from LDAP directory. |