Extension [ extension #114 event version 2.5.5 ] { - Dependencies { Dependency [ sockets (Required) ] } - Constants [1] { Constant [ string EVENT_NS ] { } } - Classes [13] { Class [ final class Event ] { - Constants [6] { Constant [ public int ET ] { 32 } Constant [ public int PERSIST ] { 16 } Constant [ public int READ ] { 2 } Constant [ public int WRITE ] { 4 } Constant [ public int SIGNAL ] { 8 } Constant [ public int TIMEOUT ] { 1 } } - Static properties [0] { } - Static methods [3] { Method [ static public method getSupportedMethods ] { - Parameters [0] { } } Method [ static public method timer ] { - Parameters [3] { Parameter #0 [ EventBase $base ] Parameter #1 [ $cb ] Parameter #2 [ $arg ] } } Method [ static public method signal ] { - Parameters [4] { Parameter #0 [ EventBase $base ] Parameter #1 [ $signum ] Parameter #2 [ $cb ] Parameter #3 [ $arg ] } } } - Properties [2] { Property [ public $pending ] Property [ public $data ] } - Methods [13] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ EventBase $base ] Parameter #1 [ $fd ] Parameter #2 [ $what ] Parameter #3 [ $cb ] Parameter #4 [ $arg ] } } Method [ public method free ] { - Parameters [0] { } } Method [ public method set ] { - Parameters [5] { Parameter #0 [ EventBase $base ] Parameter #1 [ $fd ] Parameter #2 [ $what ] Parameter #3 [ $cb ] Parameter #4 [ $arg ] } } Method [ public method add ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method del ] { - Parameters [0] { } } Method [ public method setPriority ] { - Parameters [1] { Parameter #0 [ $priority ] } } Method [ public method pending ] { - Parameters [1] { Parameter #0 [ $flags ] } } Method [ public method removeTimer ] { - Parameters [0] { } } Method [ public method setTimer ] { - Parameters [3] { Parameter #0 [ EventBase $base ] Parameter #1 [ $cb ] Parameter #2 [ $arg ] } } Method [ public method addTimer ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method delTimer ] { - Parameters [0] { } } Method [ public method addSignal ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method delSignal ] { - Parameters [0] { } } } } Class [ final class EventBase ] { - Constants [8] { Constant [ public int LOOP_ONCE ] { 1 } Constant [ public int LOOP_NONBLOCK ] { 2 } Constant [ public int NOLOCK ] { 1 } Constant [ public int STARTUP_IOCP ] { 4 } Constant [ public int NO_CACHE_TIME ] { 8 } Constant [ public int EPOLL_USE_CHANGELIST ] { 16 } Constant [ public int IGNORE_ENV ] { 2 } Constant [ public int PRECISE_TIMER ] { 32 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $cfg ] } } Method [ final public method __sleep ] { - Parameters [1] { Parameter #0 [ $cfg ] } } Method [ final public method __wakeup ] { - Parameters [1] { Parameter #0 [ $cfg ] } } Method [ public method getMethod ] { - Parameters [1] { Parameter #0 [ $cfg ] } } Method [ public method getFeatures ] { - Parameters [0] { } } Method [ public method priorityInit ] { - Parameters [1] { Parameter #0 [ $n_priorities ] } } Method [ public method loop ] { - Parameters [1] { Parameter #0 [ $flags ] } } Method [ public method dispatch ] { - Parameters [0] { } } Method [ public method exit ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method stop ] { - Parameters [0] { } } Method [ public method gotStop ] { - Parameters [0] { } } Method [ public method gotExit ] { - Parameters [0] { } } Method [ public method getTimeOfDayCached ] { - Parameters [0] { } } Method [ public method reInit ] { - Parameters [0] { } } Method [ public method free ] { - Parameters [0] { } } Method [ public method updateCacheTime ] { - Parameters [0] { } } Method [ public method resume ] { - Parameters [0] { } } } } Class [ final class EventConfig ] { - Constants [3] { Constant [ public int FEATURE_ET ] { 1 } Constant [ public int FEATURE_O1 ] { 2 } Constant [ public int FEATURE_FDS ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { - Parameters [0] { } } Method [ final public method __sleep ] { - Parameters [0] { } } Method [ final public method __wakeup ] { - Parameters [0] { } } Method [ public method avoidMethod ] { - Parameters [1] { Parameter #0 [ $method ] } } Method [ public method requireFeatures ] { - Parameters [1] { Parameter #0 [ $feature ] } } Method [ public method setMaxDispatchInterval ] { - Parameters [3] { Parameter #0 [ $max_interval ] Parameter #1 [ $max_callbacks ] Parameter #2 [ $min_priority ] } } Method [ public method setFlags ] { - Parameters [1] { Parameter #0 [ $flags ] } } } } Class [ final class EventBufferEvent ] { - Constants [13] { Constant [ public int READING ] { 1 } Constant [ public int WRITING ] { 2 } Constant [ public int EOF ] { 16 } Constant [ public int ERROR ] { 32 } Constant [ public int TIMEOUT ] { 64 } Constant [ public int CONNECTED ] { 128 } Constant [ public int OPT_CLOSE_ON_FREE ] { 1 } Constant [ public int OPT_THREADSAFE ] { 2 } Constant [ public int OPT_DEFER_CALLBACKS ] { 4 } Constant [ public int OPT_UNLOCK_CALLBACKS ] { 8 } Constant [ public int SSL_OPEN ] { 0 } Constant [ public int SSL_CONNECTING ] { 1 } Constant [ public int SSL_ACCEPTING ] { 2 } } - Static properties [0] { } - Static methods [4] { Method [ static public method createPair ] { - Parameters [2] { Parameter #0 [ EventBase $base ] Parameter #1 [ $options ] } } Method [ static public method sslFilter ] { - Parameters [5] { Parameter #0 [ $unused ] Parameter #1 [ EventBufferEvent $underlying ] Parameter #2 [ EventSslContext $ctx ] Parameter #3 [ $state ] Parameter #4 [ $options ] } } Method [ static public method createSslFilter ] { - Parameters [4] { Parameter #0 [ EventBufferEvent $underlying ] Parameter #1 [ EventSslContext $ctx ] Parameter #2 [ $state ] Parameter #3 [ $options ] } } Method [ static public method sslSocket ] { - Parameters [5] { Parameter #0 [ EventBase $base ] Parameter #1 [ $socket ] Parameter #2 [ EventSslContext $ctx ] Parameter #3 [ $state ] Parameter #4 [ $options ] } } } - Properties [5] { Property [ public $priority ] Property [ public $fd ] Property [ public $input ] Property [ public $output ] Property [ public $allow_ssl_dirty_shutdown ] } - Methods [25] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ EventBase $base ] Parameter #1 [ $socket ] Parameter #2 [ $options ] Parameter #3 [ $readcb ] Parameter #4 [ $writecb ] Parameter #5 [ $eventcb ] } } Method [ public method free ] { - Parameters [0] { } } Method [ public method close ] { - Parameters [0] { } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ $addr ] } } Method [ public method connectHost ] { - Parameters [4] { Parameter #0 [ $dns_base ] Parameter #1 [ $hostname ] Parameter #2 [ $port ] Parameter #3 [ $family ] } } Method [ public method getDnsErrorString ] { - Parameters [0] { } } Method [ public method setCallbacks ] { - Parameters [4] { Parameter #0 [ $readcb ] Parameter #1 [ $writecb ] Parameter #2 [ $eventcb ] Parameter #3 [ $arg ] } } Method [ public method enable ] { - Parameters [1] { Parameter #0 [ $events ] } } Method [ public method disable ] { - Parameters [1] { Parameter #0 [ $events ] } } Method [ public method getEnabled ] { - Parameters [0] { } } Method [ public method getInput ] { - Parameters [0] { } } Method [ public method getOutput ] { - Parameters [0] { } } Method [ public method setWatermark ] { - Parameters [3] { Parameter #0 [ $events ] Parameter #1 [ $lowmark ] Parameter #2 [ $highmark ] } } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method writeBuffer ] { - Parameters [1] { Parameter #0 [ $buf ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $size ] } } Method [ public method readBuffer ] { - Parameters [1] { Parameter #0 [ $buf ] } } Method [ public method setPriority ] { - Parameters [1] { Parameter #0 [ $priority ] } } Method [ public method setTimeouts ] { - Parameters [2] { Parameter #0 [ $timeout_read ] Parameter #1 [ $timeout_write ] } } Method [ public method sslError ] { - Parameters [0] { } } Method [ public method sslRenegotiate ] { - Parameters [0] { } } Method [ public method sslGetCipherInfo ] { - Parameters [0] { } } Method [ public method sslGetCipherName ] { - Parameters [0] { } } Method [ public method sslGetCipherVersion ] { - Parameters [0] { } } Method [ public method sslGetProtocol ] { - Parameters [0] { } } } } Class [ class EventBuffer ] { - Constants [7] { Constant [ public int EOL_ANY ] { 0 } Constant [ public int EOL_CRLF ] { 1 } Constant [ public int EOL_CRLF_STRICT ] { 2 } Constant [ public int EOL_LF ] { 3 } Constant [ public int EOL_NUL ] { 4 } Constant [ public int PTR_SET ] { 0 } Constant [ public int PTR_ADD ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public $length ] Property [ public $contiguous_space ] } - Methods [22] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method freeze ] { - Parameters [1] { Parameter #0 [ $at_front ] } } Method [ public method unfreeze ] { - Parameters [1] { Parameter #0 [ $at_front ] } } Method [ public method lock ] { - Parameters [0] { } } Method [ public method unlock ] { - Parameters [0] { } } Method [ public method enableLocking ] { - Parameters [0] { } } Method [ public method add ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method addBuffer ] { - Parameters [1] { Parameter #0 [ $buf ] } } Method [ public method appendFrom ] { - Parameters [2] { Parameter #0 [ $buf ] Parameter #1 [ $len ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $max_bytes ] } } Method [ public method expand ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method prepend ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method prependBuffer ] { - Parameters [1] { Parameter #0 [ $buf ] } } Method [ public method drain ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method copyout ] { - Parameters [2] { Parameter #0 [ &$data ] Parameter #1 [ $max_bytes ] } } Method [ public method readLine ] { - Parameters [1] { Parameter #0 [ $eol_style ] } } Method [ public method search ] { - Parameters [3] { Parameter #0 [ $what ] Parameter #1 [ $start ] Parameter #2 [ $end ] } } Method [ public method searchEol ] { - Parameters [2] { Parameter #0 [ $start ] Parameter #1 [ $eol_style ] } } Method [ public method pullup ] { - Parameters [1] { Parameter #0 [ $size ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $howmuch ] } } Method [ public method readFrom ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $howmuch ] } } Method [ public method substr ] { - Parameters [2] { Parameter #0 [ $start ] Parameter #1 [ $length ] } } } } Class [ final class EventDnsBase ] { - Constants [5] { Constant [ public int OPTION_SEARCH ] { 1 } Constant [ public int OPTION_NAMESERVERS ] { 2 } Constant [ public int OPTION_MISC ] { 4 } Constant [ public int OPTION_HOSTSFILE ] { 8 } Constant [ public int OPTIONS_ALL ] { 15 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ EventBase $base ] Parameter #1 [ $initialize ] } } Method [ public method parseResolvConf ] { - Parameters [2] { Parameter #0 [ $flags ] Parameter #1 [ $filename ] } } Method [ public method addNameserverIp ] { - Parameters [1] { Parameter #0 [ $ip ] } } Method [ public method loadHosts ] { - Parameters [1] { Parameter #0 [ $hosts ] } } Method [ public method clearSearch ] { - Parameters [0] { } } Method [ public method addSearch ] { - Parameters [1] { Parameter #0 [ $domain ] } } Method [ public method setSearchNdots ] { - Parameters [1] { Parameter #0 [ $ndots ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method countNameservers ] { - Parameters [0] { } } } } Class [ final class EventListener ] { - Constants [7] { Constant [ public int OPT_LEAVE_SOCKETS_BLOCKING ] { 1 } Constant [ public int OPT_CLOSE_ON_FREE ] { 2 } Constant [ public int OPT_CLOSE_ON_EXEC ] { 4 } Constant [ public int OPT_REUSEABLE ] { 8 } Constant [ public int OPT_DISABLED ] { 32 } Constant [ public int OPT_THREADSAFE ] { 16 } Constant [ public int OPT_DEFERRED_ACCEPT ] { 64 } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ public $fd ] } - Methods [10] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ EventBase $base ] Parameter #1 [ $cb ] Parameter #2 [ $data ] Parameter #3 [ $flags ] Parameter #4 [ $backlog ] Parameter #5 [ $target ] } } Method [ final public method __sleep ] { - Parameters [0] { } } Method [ final public method __wakeup ] { - Parameters [0] { } } Method [ public method free ] { - Parameters [0] { } } Method [ public method enable ] { - Parameters [0] { } } Method [ public method disable ] { - Parameters [0] { } } Method [ public method setCallback ] { - Parameters [2] { Parameter #0 [ $cb ] Parameter #1 [ $arg ] } } Method [ public method setErrorCallback ] { - Parameters [1] { Parameter #0 [ $cb ] } } Method [ public method getSocketName ] { - Parameters [2] { Parameter #0 [ &$address ] Parameter #1 [ &$port ] } } Method [ public method getBase ] { - Parameters [0] { } } } } Class [ final class EventHttpConnection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ EventBase $base ] Parameter #1 [ $dns_base ] Parameter #2 [ $address ] Parameter #3 [ $port ] Parameter #4 [ EventSslContext $ctx ] } } Method [ final public method __sleep ] { - Parameters [0] { } } Method [ final public method __wakeup ] { - Parameters [0] { } } Method [ public method getBase ] { - Parameters [0] { } } Method [ public method getPeer ] { - Parameters [2] { Parameter #0 [ &$address ] Parameter #1 [ &$port ] } } Method [ public method setLocalAddress ] { - Parameters [1] { Parameter #0 [ $address ] } } Method [ public method setLocalPort ] { - Parameters [1] { Parameter #0 [ $port ] } } Method [ public method setTimeout ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method setMaxHeadersSize ] { - Parameters [1] { Parameter #0 [ $max_size ] } } Method [ public method setMaxBodySize ] { - Parameters [1] { Parameter #0 [ $max_size ] } } Method [ public method setRetries ] { - Parameters [1] { Parameter #0 [ $retries ] } } Method [ public method makeRequest ] { - Parameters [3] { Parameter #0 [ $req ] Parameter #1 [ $type ] Parameter #2 [ $uri ] } } Method [ public method setCloseCallback ] { - Parameters [2] { Parameter #0 [ $callback ] Parameter #1 [ $data ] } } } } Class [ final class EventHttp ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ EventBase $base ] Parameter #1 [ EventSslContext $ctx ] } } Method [ final public method __sleep ] { - Parameters [0] { } } Method [ final public method __wakeup ] { - Parameters [0] { } } Method [ public method accept ] { - Parameters [1] { Parameter #0 [ $socket ] } } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $address ] Parameter #1 [ $port ] } } Method [ public method setCallback ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $cb ] Parameter #2 [ $arg ] } } Method [ public method setDefaultCallback ] { - Parameters [2] { Parameter #0 [ $cb ] Parameter #1 [ $arg ] } } Method [ public method setAllowedMethods ] { - Parameters [1] { Parameter #0 [ $methods ] } } Method [ public method setMaxBodySize ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method setMaxHeadersSize ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method setTimeout ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method addServerAlias ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method removeServerAlias ] { - Parameters [1] { Parameter #0 [ $alias ] } } } } Class [ final class EventHttpRequest ] { - Constants [11] { Constant [ public int CMD_GET ] { 1 } Constant [ public int CMD_POST ] { 2 } Constant [ public int CMD_HEAD ] { 4 } Constant [ public int CMD_PUT ] { 8 } Constant [ public int CMD_DELETE ] { 16 } Constant [ public int CMD_OPTIONS ] { 32 } Constant [ public int CMD_TRACE ] { 64 } Constant [ public int CMD_CONNECT ] { 128 } Constant [ public int CMD_PATCH ] { 256 } Constant [ public int INPUT_HEADER ] { 1 } Constant [ public int OUTPUT_HEADER ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [25] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $callback ] Parameter #1 [ $data ] } } Method [ final public method __sleep ] { - Parameters [0] { } } Method [ final public method __wakeup ] { - Parameters [1] { Parameter #0 [ $cfg ] } } Method [ public method free ] { - Parameters [0] { } } Method [ public method getCommand ] { - Parameters [0] { } } Method [ public method getHost ] { - Parameters [0] { } } Method [ public method getUri ] { - Parameters [0] { } } Method [ public method getResponseCode ] { - Parameters [0] { } } Method [ public method getInputHeaders ] { - Parameters [0] { } } Method [ public method getOutputHeaders ] { - Parameters [0] { } } Method [ public method getInputBuffer ] { - Parameters [0] { } } Method [ public method getOutputBuffer ] { - Parameters [0] { } } Method [ public method sendError ] { - Parameters [2] { Parameter #0 [ $error ] Parameter #1 [ $reason ] } } Method [ public method sendReply ] { - Parameters [3] { Parameter #0 [ $code ] Parameter #1 [ $reason ] Parameter #2 [ $buf ] } } Method [ public method sendReplyChunk ] { - Parameters [1] { Parameter #0 [ $buf ] } } Method [ public method sendReplyEnd ] { - Parameters [0] { } } Method [ public method sendReplyStart ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $reason ] } } Method [ public method cancel ] { - Parameters [0] { } } Method [ public method addHeader ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] Parameter #2 [ $type ] } } Method [ public method clearHeaders ] { - Parameters [0] { } } Method [ public method removeHeader ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $type ] } } Method [ public method findHeader ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $type ] } } Method [ public method getBufferEvent ] { - Parameters [0] { } } Method [ public method getConnection ] { - Parameters [0] { } } Method [ public method closeConnection ] { - Parameters [0] { } } } } Class [ final class EventUtil ] { - Constants [27] { Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNIX ] { 1 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int SO_DEBUG ] { 1 } Constant [ public int SO_REUSEADDR ] { 2 } Constant [ public int SO_KEEPALIVE ] { 9 } Constant [ public int SO_DONTROUTE ] { 5 } Constant [ public int SO_LINGER ] { 13 } Constant [ public int SO_BROADCAST ] { 6 } Constant [ public int SO_OOBINLINE ] { 10 } Constant [ public int SO_SNDBUF ] { 7 } Constant [ public int SO_RCVBUF ] { 8 } Constant [ public int SO_SNDLOWAT ] { 19 } Constant [ public int SO_RCVLOWAT ] { 18 } Constant [ public int SO_SNDTIMEO ] { 21 } Constant [ public int SO_RCVTIMEO ] { 20 } Constant [ public int SO_TYPE ] { 3 } Constant [ public int SO_ERROR ] { 4 } Constant [ public int TCP_NODELAY ] { 1 } Constant [ public int SOL_SOCKET ] { 1 } Constant [ public int SOL_TCP ] { 6 } Constant [ public int SOL_UDP ] { 17 } Constant [ public int SOCK_RAW ] { 3 } Constant [ public int IPPROTO_IP ] { 0 } Constant [ public int IPPROTO_IPV6 ] { 41 } Constant [ public int LIBEVENT_VERSION_NUMBER ] { 33622016 } } - Static properties [0] { } - Static methods [7] { Method [ static public method getLastSocketErrno ] { - Parameters [1] { Parameter #0 [ $socket ] } } Method [ static public method getLastSocketError ] { - Parameters [1] { Parameter #0 [ $socket ] } } Method [ static public method sslRandPoll ] { - Parameters [0] { } } Method [ static public method getSocketName ] { - Parameters [3] { Parameter #0 [ $socket ] Parameter #1 [ &$address ] Parameter #2 [ &$port ] } } Method [ static public method getSocketFd ] { - Parameters [1] { Parameter #0 [ $socket ] } } Method [ static public method setSocketOption ] { - Parameters [4] { Parameter #0 [ $socket ] Parameter #1 [ $level ] Parameter #2 [ $optname ] Parameter #3 [ $optval ] } } Method [ static public method createSocket ] { - Parameters [1] { Parameter #0 [ $fd ] } } } - Properties [0] { } - Methods [1] { Method [ private method __construct ] { - Parameters [0] { } } } } Class [ final class EventSslContext ] { - Constants [31] { Constant [ public int TLS_CLIENT_METHOD ] { 4 } Constant [ public int TLS_SERVER_METHOD ] { 8 } Constant [ public int TLSv11_CLIENT_METHOD ] { 9 } Constant [ public int TLSv11_SERVER_METHOD ] { 10 } Constant [ public int TLSv12_CLIENT_METHOD ] { 11 } Constant [ public int TLSv12_SERVER_METHOD ] { 12 } Constant [ public int OPT_LOCAL_CERT ] { 1 } Constant [ public int OPT_LOCAL_PK ] { 2 } Constant [ public int OPT_PASSPHRASE ] { 3 } Constant [ public int OPT_CA_FILE ] { 4 } Constant [ public int OPT_CA_PATH ] { 5 } Constant [ public int OPT_ALLOW_SELF_SIGNED ] { 6 } Constant [ public int OPT_VERIFY_PEER ] { 7 } Constant [ public int OPT_VERIFY_DEPTH ] { 8 } Constant [ public int OPT_CIPHERS ] { 9 } Constant [ public int OPT_NO_SSLv2 ] { 10 } Constant [ public int OPT_NO_SSLv3 ] { 11 } Constant [ public int OPT_NO_TLSv1 ] { 12 } Constant [ public int OPT_NO_TLSv1_1 ] { 13 } Constant [ public int OPT_NO_TLSv1_2 ] { 14 } Constant [ public int OPT_CIPHER_SERVER_PREFERENCE ] { 15 } Constant [ public int OPT_REQUIRE_CLIENT_CERT ] { 16 } Constant [ public int OPT_VERIFY_CLIENT_ONCE ] { 17 } Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1g FIPS 21 Apr 2020 } Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488255 } Constant [ public int SSL3_VERSION ] { 768 } Constant [ public int TLS1_VERSION ] { 769 } Constant [ public int TLS1_1_VERSION ] { 770 } Constant [ public int TLS1_2_VERSION ] { 771 } Constant [ public int DTLS1_VERSION ] { 65279 } Constant [ public int DTLS1_2_VERSION ] { 65277 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public $local_cert ] Property [ public $local_pk ] } - Methods [3] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $options ] } } Method [ public method setMinProtoVersion ] { - Parameters [1] { Parameter #0 [ $proto ] } } Method [ public method setMaxProtoVersion ] { - Parameters [1] { Parameter #0 [ $proto ] } } } } Class [ class EventException extends RuntimeException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ public $errorInfo ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } } }