Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ConnectionOptions

Fonctions membres publiques statiques

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

Champs de données

const API_INFO = 0x00
 
const DEREF = 0x02
 
const SIZELIMIT = 0x03
 
const TIMELIMIT = 0x04
 
const REFERRALS = 0x08
 
const RESTART = 0x09
 
const PROTOCOL_VERSION = 0x11
 
const SERVER_CONTROLS = 0x12
 
const CLIENT_CONTROLS = 0x13
 
const API_FEATURE_INFO = 0x15
 
const HOST_NAME = 0x30
 
const ERROR_NUMBER = 0x31
 
const ERROR_STRING = 0x32
 
const MATCHED_DN = 0x33
 
const DEBUG_LEVEL = 0x5001
 
const TIMEOUT = 0x5002
 
const NETWORK_TIMEOUT = 0x5005
 
const X_TLS_CACERTDIR = 0x6003
 
const X_TLS_CERTFILE = 0x6004
 
const X_TLS_CRL_ALL = 0x02
 
const X_TLS_CRL_NONE = 0x00
 
const X_TLS_CRL_PEER = 0x01
 
const X_TLS_KEYFILE = 0x6005
 
const X_TLS_REQUIRE_CERT = 0x6006
 
const X_TLS_PROTOCOL_MIN = 0x6007
 
const X_TLS_CIPHER_SUITE = 0x6008
 
const X_TLS_RANDOM_FILE = 0x6009
 
const X_TLS_CRLFILE = 0x6010
 
const X_TLS_PACKAGE = 0x6011
 
const X_TLS_CRLCHECK = 0x600B
 
const X_TLS_DHFILE = 0x600E
 
const X_SASL_MECH = 0x6100
 
const X_SASL_REALM = 0x6101
 
const X_SASL_AUTHCID = 0x6102
 
const X_SASL_AUTHZID = 0x6103
 
const X_KEEPALIVE_IDLE = 0x6300
 
const X_KEEPALIVE_PROBES = 0x6301
 
const X_KEEPALIVE_INTERVAL = 0x6302
 

Description détaillée

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

Auteur
Charles Sarrazin charl.nosp@m.es@s.nosp@m.arraz.nosp@m..in

Documentation des fonctions membres

◆ getOption()

static getOption ( string  $name)
static

Fetches an option's corresponding constant value from an option name. The option name can either be in snake or camel case.

Exceptions
LdapException

Références $name.

Référencé par Connection\getOption(), et Connection\setOption().

◆ getOptionName()

static getOptionName ( string  $name)
static

Références $name, et class.

◆ isOption()

static isOption ( string  $name)
static

Références $name.

Documentation des champs

◆ API_FEATURE_INFO

const API_FEATURE_INFO = 0x15

◆ API_INFO

const API_INFO = 0x00

◆ CLIENT_CONTROLS

const CLIENT_CONTROLS = 0x13

◆ DEBUG_LEVEL

const DEBUG_LEVEL = 0x5001

◆ DEREF

const DEREF = 0x02

◆ ERROR_NUMBER

const ERROR_NUMBER = 0x31

◆ ERROR_STRING

const ERROR_STRING = 0x32

◆ HOST_NAME

const HOST_NAME = 0x30

◆ MATCHED_DN

const MATCHED_DN = 0x33

◆ NETWORK_TIMEOUT

const NETWORK_TIMEOUT = 0x5005

◆ PROTOCOL_VERSION

const PROTOCOL_VERSION = 0x11

◆ REFERRALS

const REFERRALS = 0x08

◆ RESTART

const RESTART = 0x09

◆ SERVER_CONTROLS

const SERVER_CONTROLS = 0x12

◆ SIZELIMIT

const SIZELIMIT = 0x03

◆ TIMELIMIT

const TIMELIMIT = 0x04

◆ TIMEOUT

const TIMEOUT = 0x5002

◆ X_KEEPALIVE_IDLE

const X_KEEPALIVE_IDLE = 0x6300

◆ X_KEEPALIVE_INTERVAL

const X_KEEPALIVE_INTERVAL = 0x6302

◆ X_KEEPALIVE_PROBES

const X_KEEPALIVE_PROBES = 0x6301

◆ X_SASL_AUTHCID

const X_SASL_AUTHCID = 0x6102

◆ X_SASL_AUTHZID

const X_SASL_AUTHZID = 0x6103

◆ X_SASL_MECH

const X_SASL_MECH = 0x6100

◆ X_SASL_REALM

const X_SASL_REALM = 0x6101

◆ X_TLS_CACERTDIR

const X_TLS_CACERTDIR = 0x6003

◆ X_TLS_CERTFILE

const X_TLS_CERTFILE = 0x6004

◆ X_TLS_CIPHER_SUITE

const X_TLS_CIPHER_SUITE = 0x6008

◆ X_TLS_CRL_ALL

const X_TLS_CRL_ALL = 0x02

◆ X_TLS_CRL_NONE

const X_TLS_CRL_NONE = 0x00

◆ X_TLS_CRL_PEER

const X_TLS_CRL_PEER = 0x01

◆ X_TLS_CRLCHECK

const X_TLS_CRLCHECK = 0x600B

◆ X_TLS_CRLFILE

const X_TLS_CRLFILE = 0x6010

◆ X_TLS_DHFILE

const X_TLS_DHFILE = 0x600E

◆ X_TLS_KEYFILE

const X_TLS_KEYFILE = 0x6005

◆ X_TLS_PACKAGE

const X_TLS_PACKAGE = 0x6011

◆ X_TLS_PROTOCOL_MIN

const X_TLS_PROTOCOL_MIN = 0x6007

◆ X_TLS_RANDOM_FILE

const X_TLS_RANDOM_FILE = 0x6009

◆ X_TLS_REQUIRE_CERT

const X_TLS_REQUIRE_CERT = 0x6006

La documentation de cette classe a été générée à partir du fichier suivant :