ldap_mod_add(3) php man page | unix.com

Man Page: ldap_mod_add

Operating Environment: php

Section: 3

LDAP_MOD_ADD(3) 							 1							   LDAP_MOD_ADD(3)

ldap_mod_add - Add attribute values to current attributes

SYNOPSIS
bool ldap_mod_add (resource $link_identifier, string $dn, array $entry)
DESCRIPTION
Adds 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.
PARAMETERS
o $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity. o $entry -
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note This function is binary-safe.
SEE ALSO
ldap_mod_del(3), ldap_mod_replace(3). PHP Documentation Group LDAP_MOD_ADD(3)
Related Man Pages
ldap_get_option(3) - php
ldap_modify_batch(3) - php
ldap_next_attribute(3) - php
ldap_set_option(3) - php
mssql_close(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!