bootstrap81.php
Table of Contents
Functions
-
ldap_exop_sync()
: bool
-
ldap_connect_wallet()
: Connection|false
ldap_exop_sync()
ldap_exop_sync(Connection $ldap, string $request_oid[, string|null $request_data = null ][, array<string|int, mixed>|null $controls = null ][, mixed &$response_data = null ][, mixed &$response_oid = null ]) : bool
Parameters
-
$ldap
: Connection
-
-
$request_oid
: string
-
-
$request_data
: string|null
= null
-
-
$controls
: array<string|int, mixed>|null
= null
-
-
$response_data
: mixed
= null
-
-
$response_oid
: mixed
= null
-
ldap_connect_wallet()
ldap_connect_wallet(string|null $uri, string $wallet, string $password[, int $auth_mode = GSLC_SSL_NO_AUTH ]) : Connection|false
Parameters
-
$uri
: string|null
-
-
$wallet
: string
-
-
$password
: string
-
-
$auth_mode
: int
= GSLC_SSL_NO_AUTH
-
Return values
Connection|false