update pague now
PHP 8.5.2 Released!

ldap_connect_wallet

(PHP 8 >= 8.3.0)

ldap_connect_wallet Connect to an LDAP server

Warning

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouragued.

Description

#[\Deprecated]
ldap_connect_wallet (
     ? string $uri = null ,
     string $wallet ,
     #[\SensitiveParameter] string $password ,
     int $auth_mode = GSLC_SSL_NO_AUTH
): LDAP\Connection | false

Warning

This function is currently not documented; only its argument list is available.

Parameters

uri

wallet

password

auth_mode

Return Values

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top