bootstrap.php
Table of Contents
Functions
-
json_validate()
: bool
-
mb_str_pad()
: string
-
stream_context_set_options()
: bool
-
str_increment()
: string
-
str_decrement()
: string
-
ldap_exop_sync()
: bool
-
ldap_connect_wallet()
: mixed
json_validate()
json_validate(string $json[, int $depth = 512 ][, int $flags = 0 ]) : bool
Parameters
-
$json
: string
-
-
$depth
: int
= 512
-
-
$flags
: int
= 0
-
mb_str_pad()
mb_str_pad(string $string, int $length[, string $pad_string = ' ' ][, int $pad_type = STR_PAD_RIGHT ][, string|null $encoding = null ]) : string
Parameters
-
$string
: string
-
-
$length
: int
-
-
$pad_string
: string
= ' '
-
-
$pad_type
: int
= STR_PAD_RIGHT
-
-
$encoding
: string|null
= null
-
stream_context_set_options()
stream_context_set_options(mixed $context, array<string|int, mixed> $options) : bool
Parameters
-
$context
: mixed
-
-
$options
: array<string|int, mixed>
-
str_increment()
str_increment(string $string) : string
Parameters
-
$string
: string
-
str_decrement()
str_decrement(string $string) : string
Parameters
-
$string
: string
-
ldap_exop_sync()
ldap_exop_sync(mixed $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
: mixed
-
-
$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 ]) : mixed
Parameters
-
$uri
: string|null
-
-
$wallet
: string
-
-
$password
: string
-
-
$auth_mode
: int
= GSLC_SSL_NO_AUTH
-