update : 2015.11.03
php.shukuma.com

검색:
 
 
Delete attribute values from current attributes

ldap_mod_del

(PHP 4, PHP 5)

ldap_mod_delDelete attribute values from current attributes

설명

bool ldap_mod_del ( resource $link_identifier , string $dn , array $entry )

Removes one or more attributes from the specified dn. It performs the modification at the attribute level as opposed to the object level. Object-level deletions are done by the ldap_delete() function.

인수

link_identifier

An LDAP link identifier, returned by ldap_connect().

dn

The distinguished name of an LDAP entity.

entry

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고