(PHP 4, PHP 5, PHP 7, PHP 8)
ldap_get_dn — Get the DN of a result entry
Finds out the DN of an entry in the result.
ldapПримірник LDAP\Connection, якого повертає ldap_connect().
entryПримірник LDAP\ResultEntry.
Returns the DN of the result entry and false on error.
| Версія | Опис |
|---|---|
| 8.1.0 |
Тепер параметр ldap має бути примірником
LDAP\Connection; раніше очікувався дійсний resource
ldap link.
|
| 8.1.0 |
Тепер параметр entry має бути примірником
LDAP\ResultEntry; раніше очікувався дійсний
resource ldap result entry.
|