Handler
in package
Laminas\Ldap\Handler is a collection of LDAP handler related functions.
Table of Contents
Methods
- isLdapHandle() : bool
- Checks if the given handle is an LDAP connection object or a resource based on the running PHP version.
- isResultEntryHandle() : bool
- Checks if the given handle is an LDAP result entry object or a resource based on the running PHP version.
- isResultHandle() : bool
- Checks if the given handle is an LDAP result object or a resource based on the running PHP version.
- isHandle() : bool
Methods
isLdapHandle()
Checks if the given handle is an LDAP connection object or a resource based on the running PHP version.
public
static isLdapHandle(mixed $handle) : bool
Parameters
- $handle : mixed
Tags
Return values
boolisResultEntryHandle()
Checks if the given handle is an LDAP result entry object or a resource based on the running PHP version.
public
static isResultEntryHandle(mixed $handle) : bool
Parameters
- $handle : mixed
Tags
Return values
boolisResultHandle()
Checks if the given handle is an LDAP result object or a resource based on the running PHP version.
public
static isResultHandle(mixed $handle) : bool
Parameters
- $handle : mixed
Tags
Return values
boolisHandle()
private
static isHandle(mixed $handle, Connection>|ResultEntry>|Result> $handleClassName) : bool
Parameters
- $handle : mixed
- $handleClassName : Connection>|ResultEntry>|Result>