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)
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.
Please login to continue.