ConnectionOptions

class ConnectionOptions

A class representing the Ldap extension's options, which can be used with ldapsetoption or ldapgetoption.

Constants

API_INFO
DEREF
SIZELIMIT
TIMELIMIT
REFERRALS
RESTART
PROTOCOL_VERSION
SERVER_CONTROLS
CLIENT_CONTROLS
API_FEATURE_INFO
HOST_NAME
ERROR_NUMBER
ERROR_STRING
MATCHED_DN
DEBUG_LEVEL
NETWORK_TIMEOUT
X_SASL_MECH
X_SASL_REALM
X_SASL_AUTHCID
X_SASL_AUTHZID

Methods

static getOptionName($name)
static int getOption(string $name)

Fetches an option's corresponding constant value from an option name.

static isOption($name)

Details

static getOptionName($name)

Parameters

$name

static int getOption(string $name)

Fetches an option's corresponding constant value from an option name.

The option name can either be in snake or camel case.

Parameters

string $name

Return Value

int

Exceptions

LdapException

static isOption($name)

Parameters

$name
doc_Symfony
2016-10-28 06:11:17
Comments
Leave a Comment

Please login to continue.