NAME ^

php_ldap.pir - PHP ldap Library

DESCRIPTION ^

Functions ^

string ldap_8859_to_t61(string value)
Translate 8859 characters to t61 charactersNOT IMPLEMENTED.
bool ldap_add(resource link, string dn, array entry)
Add entries to LDAP directoryNOT IMPLEMENTED.
bool ldap_bind(resource link [, string dn, string password])
Bind to LDAP directoryNOT IMPLEMENTED.
bool ldap_compare(resource link, string dn, string attr, string value)
Determine if an entry has a specific value for one of its attributesNOT IMPLEMENTED.
resource ldap_connect([string host [, int port]])
Connect to an LDAP serverNOT IMPLEMENTED.
int ldap_count_entries(resource link, resource result)
Count the number of entries in a search resultNOT IMPLEMENTED.
bool ldap_delete(resource link, string dn)
Delete an entry from a directoryNOT IMPLEMENTED.
string ldap_dn2ufn(string dn)
Convert DN to User Friendly Naming formatNOT IMPLEMENTED.
string ldap_err2str(int errno)
Convert error number to error stringNOT IMPLEMENTED.
int ldap_errno(resource link)
Get the current ldap error numberNOT IMPLEMENTED.
string ldap_error(resource link)
Get the current ldap error stringNOT IMPLEMENTED.
array ldap_explode_dn(string dn, int with_attrib)
Splits DN into its component partsNOT IMPLEMENTED.
string ldap_first_attribute(resource link, resource result_entry)
Return first attributeNOT IMPLEMENTED.
resource ldap_first_entry(resource link, resource result)
Return first result idNOT IMPLEMENTED.
resource ldap_first_reference(resource link, resource result)
Return first referenceNOT IMPLEMENTED.
bool ldap_free_result(resource result)
Free result memoryNOT IMPLEMENTED.
array ldap_get_attributes(resource link, resource result_entry)
Get attributes from a search result entryNOT IMPLEMENTED.
string ldap_get_dn(resource link, resource result_entry)
Get the DN of a result entryNOT IMPLEMENTED.
array ldap_get_entries(resource link, resource result)
Get all result entriesNOT IMPLEMENTED.
bool ldap_get_option(resource link, int option, mixed retval)
Get the current value of various session-wide parametersNOT IMPLEMENTED.
array ldap_get_values_len(resource link, resource result_entry, string attribute)
Get all values with lengths from a result entryNOT IMPLEMENTED.
resource ldap_list(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
Single-level searchNOT IMPLEMENTED.
bool ldap_mod_add(resource link, string dn, array entry)
Add attribute values to currentNOT IMPLEMENTED.
bool ldap_mod_del(resource link, string dn, array entry)
Delete attribute valuesNOT IMPLEMENTED.
bool ldap_mod_replace(resource link, string dn, array entry)
Replace attribute values with new onesNOT IMPLEMENTED.
string ldap_next_attribute(resource link, resource result_entry)
Get the next attribute in resultNOT IMPLEMENTED.
resource ldap_next_entry(resource link, resource result_entry)
Get next result entryNOT IMPLEMENTED.
resource ldap_next_reference(resource link, resource reference_entry)
Get next referenceNOT IMPLEMENTED.
bool ldap_parse_reference(resource link, resource reference_entry, array referrals)
Extract information from reference entryNOT IMPLEMENTED.
bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
Extract information from resultNOT IMPLEMENTED.
resource ldap_read(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
Read an entryNOT IMPLEMENTED.
bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)
Modify the name of an entryNOT IMPLEMENTED.
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])
Bind to LDAP directory using SASLNOT IMPLEMENTED.
resource ldap_search(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
Search LDAP tree under base_dnNOT IMPLEMENTED.
bool ldap_set_option(resource link, int option, mixed newval)
Set the value of various session-wide parametersNOT IMPLEMENTED.
bool ldap_set_rebind_proc(resource link, string callback)
Set a callback function to do re-binds on referral chasing.NOT IMPLEMENTED.
bool ldap_sort(resource link, resource result, string sortfilter)
Sort LDAP result entriesNOT IMPLEMENTED.
bool ldap_start_tls(resource link)
Start TLSNOT IMPLEMENTED.
string ldap_t61_to_8859(string value)
Translate t61 characters to 8859 charactersNOT IMPLEMENTED.
bool ldap_unbind(resource link)
Unbind from LDAP directoryNOT IMPLEMENTED.


parrot