ldap_modify
Change the properties of the LDAP directory.
Syntax: boolean ldap_modify (int handle, string dn, array entry);
Return Value: Boolean value
Function type: http://www.aliyun.com/zixun/aggregation/32416.html "> network system
Content Description
This function is used to change the properties on the current directory on the LDAP server. Parameter handle to open LDAP 5643.html "> code. The parameter DN is the specific DN string to be added to the entry. The parameter entry is an array of all attributes for the individual, and the contents of the array are information about the directory properties. Returns a true value if there are no errors.
Usage examples
This example is a fragment presented by nickt@powys.gov.uk (23-apr-1999)
<?php
$newinfo [mail]= "nick@county.gov.uk";
Ldap_modify ($valid _ldaplink, $valid _dn, $newinfo);
?>
Reference
Ldap_mod_add ()