php man page for ldap_mod_replace

Query: ldap_mod_replace

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LDAP_MOD_REPLACE(3)							 1						       LDAP_MOD_REPLACE(3)

ldap_mod_replace - Replace attribute values with new ones

SYNOPSIS
bool ldap_mod_replace (resource $link_identifier, string $dn, array $entry)
DESCRIPTION
Replaces one or more attributes from the specified $dn. It performs the modification at the attribute level as opposed to the object level. Object-level modifications are done by the ldap_modify(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_add(3). PHP Documentation Group LDAP_MOD_REPLACE(3)
Related Man Pages
ldap_modify_ext(3) - redhat
ldap_bind(3) - php
ldap_get_attributes(3) - php
ldap_get_option(3) - php
ldap_next_attribute(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!