ldap_get_dn
(PHP 4, PHP 5, PHP 7)
ldap_get_dn — Get the DN of a result entry
Description
ldap_get_dn ( resource $ldap , resource $entry ) : string|false
Finds out the DN of an entry in the result.
Parameters
-
ldap
-
An LDAP link identifier, returned by ldap_connect().
-
entry
Return Values
Returns the DN of the result entry and false
on error.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ldap-get-dn.php