Query: ldap_mod_add
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_MOD_ADD(3) 1 LDAP_MOD_ADD(3) ldap_mod_add - Add attribute values to current attributesSYNOPSISbool ldap_mod_add (resource $link_identifier, string $dn, array $entry)DESCRIPTIONAdds one or more attributes to the specified $dn. It performs the modification at the attribute level as opposed to the object level. Object-level additions are done by the ldap_add(3) function.PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity. o $entry -RETURN VALUESReturns TRUE on success or FALSE on failure.NOTESNote This function is binary-safe.SEE ALSOldap_mod_del(3), ldap_mod_replace(3). PHP Documentation Group LDAP_MOD_ADD(3)
Related Man Pages |
---|
ldap_compare(3) - php |
ldap_errno(3) - php |
ldap_get_attributes(3) - php |
ldap_get_option(3) - php |
ldap_set_option(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |
Status of UNIX.COM Forum Transformation |
Denial Of Service Attack Update |