(PHP 4, PHP 5, PHP 7, PHP 8)
ldap_mod_del — Delete attribute values from current attributes
Removes one or more attribute values from the specified dn
.
Object deletions are done by the
ldap_delete() function.
ldap
Uma instância de LDAP\Connection, retornada por ldap_connect().
dn
The distinguished name of an LDAP entity.
entry
controls
Array of LDAP Controls to send with the request.
Versão | Descrição |
---|---|
8.1.0 |
O parâmetro ldap agora espera uma instância de LDAP\Connection;
anteriormente, um resource ldap link válido era esperado.
|
8.0.0 |
O parâmetro controls agora pode ser nulo; anteriormente, o padrão era [] .
|
7.3.0 |
Support for controls added
|