You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -254,7 +254,7 @@ function ldap_exop_whoami($link): string
254
254
* @param resource $link An LDAP link identifier, returned by ldap_connect.
255
255
* @param string $reqoid The extended operation request OID. You may use one of LDAP_EXOP_START_TLS, LDAP_EXOP_MODIFY_PASSWD, LDAP_EXOP_REFRESH, LDAP_EXOP_WHO_AM_I, LDAP_EXOP_TURN, or a string with the OID of the operation you want to send.
256
256
* @param string $reqdata The extended operation request data. May be NULL for some operations like LDAP_EXOP_WHO_AM_I, may also need to be BER encoded.
257
-
* @param array $serverctrls Array of LDAP Controls to send with the request.
257
+
* @param array|null $serverctrls Array of LDAP Controls to send with the request.
258
258
* @param string|null $retdata Will be filled with the extended operation response data if provided.
259
259
* If not provided you may use ldap_parse_exop on the result object
260
260
* later to get this data.
@@ -264,7 +264,7 @@ function ldap_exop_whoami($link): string
0 commit comments