Lines Matching refs:null

36 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $pass…
38 function ldap_connect(?string $uri = null, int $port = 389): LDAP\Connection|false {}
46 function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): bool {}
48 …ap_bind_ext(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?array $controls …
51null, ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authc_id =
55 …1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array…
58 …1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array…
61 …1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array…
110 …function ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool …
112 …function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): L…
114 function ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls = null): bool {}
116 …function ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|…
118 …tch(LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls = null): bool {}
120 …function ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
122 …d_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false…
124 …ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
127 …function ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bo…
129 …e_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false…
131 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
133 …l_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false…
141 …nnection $ldap, string $dn, string $attribute, string $value, ?array $controls = null): bool|int {}
144 …g $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): bool {}
146 …ng $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): LDAP\Result|false…
149 function ldap_get_option(LDAP\Connection $ldap, int $option, &$value = null): bool {}
173 …sult $result, &$error_code, &$matched_dn = null, &$error_message = null, &$referrals = null, &$con…
199 …request_oid, ?string $request_data = null, ?array $controls = NULL, &$response_data = UNKNOWN, &$r…
206 …user = "", string $old_password = "", string $new_password = "", &$controls = null): string|bool {}
223 …(LDAP\Connection $ldap, LDAP\Result $result, &$response_data = null, &$response_oid = null): bool …