(PHP 7 >= 7.2.0, PHP 8)
ldap_exop_whoami — WHOAMI extended operation helper
Performs a WHOAMI extended operation and returns the data.
ldap通过 ldap_connect() 返回的 LDAP\Connection 实例。
   The data returned by the server, or false on error.
  
| 版本 | 说明 | 
|---|---|
| 8.1.0 | 现在 ldap参数接受 LDAP\Connection
  实例,之前接受有效的ldap linkresource。 | 
