php man page for ldap_delete

Query: ldap_delete

OS: php

Section: 3

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

LDAP_DELETE(3)								 1							    LDAP_DELETE(3)

ldap_delete - Delete an entry from a directory

SYNOPSIS
bool ldap_delete (resource $link_identifier, string $dn)
DESCRIPTION
Deletes a particular entry in LDAP directory.
PARAMETERS
o $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ldap_add(3). PHP Documentation Group LDAP_DELETE(3)
Related Man Pages
ldap_delete_ext_s(3) - linux
ldap_delete(3) - mojave
ldap_delete_ext_s(3) - mojave
ldap_delete_s(3) - redhat
ldap_delete_ext_s(3) - redhat
Similar Topics in the Unix Linux Community
LDAP delete - seems not working
LDAP delete - question