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

返回值

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top