PHP Conference Fukuoka 2025

ldap_connect_wallet

(PHP 8 >= 8.3.0)

ldap_connect_walletConnect to an LDAP server

Увага

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

Опис

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

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

uri

wallet

password

auth_mode

Значення, що повертаються

Прогляньте також

add a note

User Contributed Notes

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