Extension [ extension #72 memcached version 3.2.0 ] { - Dependencies { Dependency [ session (Required) ] Dependency [ igbinary (Required) ] Dependency [ msgpack (Required) ] Dependency [ spl (Required) ] } - INI { Entry [ memcached.sess_locking ] Current = '1' } Entry [ memcached.sess_lock_wait_min ] Current = '150' } Entry [ memcached.sess_lock_wait_max ] Current = '150' } Entry [ memcached.sess_lock_retries ] Current = '5' } Entry [ memcached.sess_lock_expire ] Current = '0' } Entry [ memcached.sess_binary_protocol ] Current = '1' } Entry [ memcached.sess_consistent_hash ] Current = '1' } Entry [ memcached.sess_consistent_hash_type ] Current = 'ketama' } Entry [ memcached.sess_number_of_replicas ] Current = '0' } Entry [ memcached.sess_randomize_replica_read ] Current = '0' } Entry [ memcached.sess_remove_failed_servers ] Current = '0' } Entry [ memcached.sess_server_failure_limit ] Current = '0' } Entry [ memcached.sess_connect_timeout ] Current = '0' } Entry [ memcached.sess_sasl_username ] Current = '' } Entry [ memcached.sess_sasl_password ] Current = '' } Entry [ memcached.sess_persistent ] Current = '0' } Entry [ memcached.sess_prefix ] Current = 'memc.sess.key.' } Entry [ memcached.sess_lock_wait ] Current = 'not set' } Entry [ memcached.sess_lock_max_wait ] Current = 'not set' } Entry [ memcached.compression_type ] Current = 'fastlz' } Entry [ memcached.compression_factor ] Current = '1.3' } Entry [ memcached.compression_threshold ] Current = '2000' } Entry [ memcached.serializer ] Current = 'igbinary' } Entry [ memcached.store_retry_count ] Current = '0' } Entry [ memcached.default_consistent_hash ] Current = '0' } Entry [ memcached.default_binary_protocol ] Current = '0' } Entry [ memcached.default_connect_timeout ] Current = '0' } } - Classes [3] { Class [ class Memcached ] { - Constants [146] { Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781314 } Constant [ public int OPT_COMPRESSION ] { -1001 } Constant [ public int OPT_COMPRESSION_TYPE ] { -1004 } Constant [ public int OPT_PREFIX_KEY ] { -1002 } Constant [ public int OPT_SERIALIZER ] { -1003 } Constant [ public int OPT_USER_FLAGS ] { -1006 } Constant [ public int OPT_STORE_RETRY_COUNT ] { -1005 } Constant [ public bool HAVE_IGBINARY ] { 1 } Constant [ public bool HAVE_JSON ] { 1 } Constant [ public bool HAVE_MSGPACK ] { 1 } Constant [ public bool HAVE_ENCODING ] { 1 } Constant [ public bool HAVE_SESSION ] { 1 } Constant [ public bool HAVE_SASL ] { 1 } Constant [ public int OPT_HASH ] { 2 } Constant [ public int HASH_DEFAULT ] { 0 } Constant [ public int HASH_MD5 ] { 1 } Constant [ public int HASH_CRC ] { 2 } Constant [ public int HASH_FNV1_64 ] { 3 } Constant [ public int HASH_FNV1A_64 ] { 4 } Constant [ public int HASH_FNV1_32 ] { 5 } Constant [ public int HASH_FNV1A_32 ] { 6 } Constant [ public int HASH_HSIEH ] { 7 } Constant [ public int HASH_MURMUR ] { 8 } Constant [ public int OPT_DISTRIBUTION ] { 9 } Constant [ public int DISTRIBUTION_MODULA ] { 0 } Constant [ public int DISTRIBUTION_CONSISTENT ] { 1 } Constant [ public int DISTRIBUTION_VIRTUAL_BUCKET ] { 6 } Constant [ public int OPT_LIBKETAMA_COMPATIBLE ] { 16 } Constant [ public int OPT_LIBKETAMA_HASH ] { 17 } Constant [ public int OPT_TCP_KEEPALIVE ] { 32 } Constant [ public int OPT_BUFFER_WRITES ] { 10 } Constant [ public int OPT_BINARY_PROTOCOL ] { 18 } Constant [ public int OPT_NO_BLOCK ] { 0 } Constant [ public int OPT_TCP_NODELAY ] { 1 } Constant [ public int OPT_SOCKET_SEND_SIZE ] { 4 } Constant [ public int OPT_SOCKET_RECV_SIZE ] { 5 } Constant [ public int OPT_CONNECT_TIMEOUT ] { 14 } Constant [ public int OPT_RETRY_TIMEOUT ] { 15 } Constant [ public int OPT_DEAD_TIMEOUT ] { 36 } Constant [ public int OPT_SEND_TIMEOUT ] { 19 } Constant [ public int OPT_RECV_TIMEOUT ] { 20 } Constant [ public int OPT_POLL_TIMEOUT ] { 8 } Constant [ public int OPT_CACHE_LOOKUPS ] { 6 } Constant [ public int OPT_SERVER_FAILURE_LIMIT ] { 21 } Constant [ public int OPT_AUTO_EJECT_HOSTS ] { 28 } Constant [ public int OPT_HASH_WITH_PREFIX_KEY ] { 25 } Constant [ public int OPT_NOREPLY ] { 26 } Constant [ public int OPT_SORT_HOSTS ] { 12 } Constant [ public int OPT_VERIFY_KEY ] { 13 } Constant [ public int OPT_USE_UDP ] { 27 } Constant [ public int OPT_NUMBER_OF_REPLICAS ] { 29 } Constant [ public int OPT_RANDOMIZE_REPLICA_READ ] { 30 } Constant [ public int OPT_REMOVE_FAILED_SERVERS ] { 35 } Constant [ public int OPT_SERVER_TIMEOUT_LIMIT ] { 37 } Constant [ public int RES_SUCCESS ] { 0 } Constant [ public int RES_FAILURE ] { 1 } Constant [ public int RES_HOST_LOOKUP_FAILURE ] { 2 } Constant [ public int RES_CONNECTION_FAILURE ] { 3 } Constant [ public int RES_CONNECTION_BIND_FAILURE ] { 4 } Constant [ public int RES_WRITE_FAILURE ] { 5 } Constant [ public int RES_READ_FAILURE ] { 6 } Constant [ public int RES_UNKNOWN_READ_FAILURE ] { 7 } Constant [ public int RES_PROTOCOL_ERROR ] { 8 } Constant [ public int RES_CLIENT_ERROR ] { 9 } Constant [ public int RES_SERVER_ERROR ] { 10 } Constant [ public int RES_DATA_EXISTS ] { 12 } Constant [ public int RES_DATA_DOES_NOT_EXIST ] { 13 } Constant [ public int RES_NOTSTORED ] { 14 } Constant [ public int RES_STORED ] { 15 } Constant [ public int RES_NOTFOUND ] { 16 } Constant [ public int RES_PARTIAL_READ ] { 18 } Constant [ public int RES_SOME_ERRORS ] { 19 } Constant [ public int RES_NO_SERVERS ] { 20 } Constant [ public int RES_END ] { 21 } Constant [ public int RES_DELETED ] { 22 } Constant [ public int RES_VALUE ] { 23 } Constant [ public int RES_STAT ] { 24 } Constant [ public int RES_ITEM ] { 25 } Constant [ public int RES_ERRNO ] { 26 } Constant [ public int RES_FAIL_UNIX_SOCKET ] { 27 } Constant [ public int RES_NOT_SUPPORTED ] { 28 } Constant [ public int RES_NO_KEY_PROVIDED ] { 29 } Constant [ public int RES_FETCH_NOTFINISHED ] { 30 } Constant [ public int RES_TIMEOUT ] { 31 } Constant [ public int RES_BUFFERED ] { 32 } Constant [ public int RES_BAD_KEY_PROVIDED ] { 33 } Constant [ public int RES_INVALID_HOST_PROTOCOL ] { 34 } Constant [ public int RES_SERVER_MARKED_DEAD ] { 35 } Constant [ public int RES_UNKNOWN_STAT_KEY ] { 36 } Constant [ public int RES_INVALID_ARGUMENTS ] { 38 } Constant [ public int RES_PARSE_ERROR ] { 43 } Constant [ public int RES_PARSE_USER_ERROR ] { 44 } Constant [ public int RES_DEPRECATED ] { 45 } Constant [ public int RES_IN_PROGRESS ] { 46 } Constant [ public int RES_MAXIMUM_RETURN ] { 49 } Constant [ public int RES_MEMORY_ALLOCATION_FAILURE ] { 17 } Constant [ public int RES_CONNECTION_SOCKET_CREATE_FAILURE ] { 11 } Constant [ public int RES_E2BIG ] { 37 } Constant [ public int RES_KEY_TOO_BIG ] { 39 } Constant [ public int RES_SERVER_TEMPORARILY_DISABLED ] { 47 } Constant [ public int RES_SERVER_MEMORY_ALLOCATION_FAILURE ] { 48 } Constant [ public int RES_AUTH_PROBLEM ] { 40 } Constant [ public int RES_AUTH_FAILURE ] { 41 } Constant [ public int RES_AUTH_CONTINUE ] { 42 } Constant [ public int RES_PAYLOAD_FAILURE ] { -1001 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } Constant [ public int SERIALIZER_JSON ] { 3 } Constant [ public int SERIALIZER_JSON_ARRAY ] { 4 } Constant [ public int SERIALIZER_MSGPACK ] { 5 } Constant [ public int COMPRESSION_FASTLZ ] { 2 } Constant [ public int COMPRESSION_ZLIB ] { 1 } Constant [ public int GET_PRESERVE_ORDER ] { 1 } Constant [ public int GET_EXTENDED ] { 2 } Constant [ public int ON_CONNECT ] { 0 } Constant [ public int ON_ADD ] { 1 } Constant [ public int ON_APPEND ] { 2 } Constant [ public int ON_DECREMENT ] { 3 } Constant [ public int ON_DELETE ] { 4 } Constant [ public int ON_FLUSH ] { 5 } Constant [ public int ON_GET ] { 6 } Constant [ public int ON_INCREMENT ] { 7 } Constant [ public int ON_NOOP ] { 8 } Constant [ public int ON_PREPEND ] { 9 } Constant [ public int ON_QUIT ] { 10 } Constant [ public int ON_REPLACE ] { 11 } Constant [ public int ON_SET ] { 12 } Constant [ public int ON_STAT ] { 13 } Constant [ public int ON_VERSION ] { 14 } Constant [ public int RESPONSE_SUCCESS ] { 0 } Constant [ public int RESPONSE_KEY_ENOENT ] { 1 } Constant [ public int RESPONSE_KEY_EEXISTS ] { 2 } Constant [ public int RESPONSE_E2BIG ] { 3 } Constant [ public int RESPONSE_EINVAL ] { 4 } Constant [ public int RESPONSE_NOT_STORED ] { 5 } Constant [ public int RESPONSE_DELTA_BADVAL ] { 6 } Constant [ public int RESPONSE_NOT_MY_VBUCKET ] { 7 } Constant [ public int RESPONSE_AUTH_ERROR ] { 32 } Constant [ public int RESPONSE_AUTH_CONTINUE ] { 33 } Constant [ public int RESPONSE_UNKNOWN_COMMAND ] { 129 } Constant [ public int RESPONSE_ENOMEM ] { 130 } Constant [ public int RESPONSE_NOT_SUPPORTED ] { 131 } Constant [ public int RESPONSE_EINTERNAL ] { 132 } Constant [ public int RESPONSE_EBUSY ] { 133 } Constant [ public int RESPONSE_ETMPFAIL ] { 134 } Constant [ public bool GET_ERROR_RETURN_VALUE ] { } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [59] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ ?string $persistent_id = null ] Parameter #1 [ ?callable $callback = null ] Parameter #2 [ ?string $connection_str = null ] } } Method [ public method getResultCode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getResultMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ ?callable $cache_cb = null ] Parameter #2 [ int $get_flags = 0 ] } - Return [ mixed ] } Method [ public method getByKey ] { - Parameters [4] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ ?callable $cache_cb = null ] Parameter #3 [ int $get_flags = 0 ] } - Return [ mixed ] } Method [ public method getMulti ] { - Parameters [2] { Parameter #0 [ array $keys ] Parameter #1 [ int $get_flags = 0 ] } - Return [ array|false ] } Method [ public method getMultiByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ array $keys ] Parameter #2 [ int $get_flags = 0 ] } - Return [ array|false ] } Method [ public method getDelayed ] { - Parameters [3] { Parameter #0 [ array $keys ] Parameter #1 [ bool $with_cas = false ] Parameter #2 [ ?callable $value_cb = null ] } - Return [ bool ] } Method [ public method getDelayedByKey ] { - Parameters [4] { Parameter #0 [ string $server_key ] Parameter #1 [ array $keys ] Parameter #2 [ bool $with_cas = false ] Parameter #3 [ ?callable $value_cb = null ] } - Return [ bool ] } Method [ public method fetch ] { - Parameters [0] { } - Return [ array|false ] } Method [ public method fetchAll ] { - Parameters [0] { } - Return [ array|false ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ mixed $value ] Parameter #2 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method setByKey ] { - Parameters [4] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ mixed $value ] Parameter #3 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method touch ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method touchByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method setMulti ] { - Parameters [2] { Parameter #0 [ array $items ] Parameter #1 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method setMultiByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ array $items ] Parameter #2 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method cas ] { - Parameters [4] { Parameter #0 [ string $cas_token ] Parameter #1 [ string $key ] Parameter #2 [ mixed $value ] Parameter #3 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method casByKey ] { - Parameters [5] { Parameter #0 [ string $cas_token ] Parameter #1 [ string $server_key ] Parameter #2 [ string $key ] Parameter #3 [ mixed $value ] Parameter #4 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method add ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ mixed $value ] Parameter #2 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method addByKey ] { - Parameters [4] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ mixed $value ] Parameter #3 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method append ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] } - Return [ ?bool ] } Method [ public method appendByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ string $value ] } - Return [ ?bool ] } Method [ public method prepend ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] } - Return [ ?bool ] } Method [ public method prependByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ string $value ] } - Return [ ?bool ] } Method [ public method replace ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ mixed $value ] Parameter #2 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method replaceByKey ] { - Parameters [4] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ mixed $value ] Parameter #3 [ int $expiration = 0 ] } - Return [ bool ] } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ int $time = 0 ] } - Return [ bool ] } Method [ public method deleteMulti ] { - Parameters [2] { Parameter #0 [ array $keys ] Parameter #1 [ int $time = 0 ] } - Return [ array ] } Method [ public method deleteByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ int $time = 0 ] } - Return [ bool ] } Method [ public method deleteMultiByKey ] { - Parameters [3] { Parameter #0 [ string $server_key ] Parameter #1 [ array $keys ] Parameter #2 [ int $time = 0 ] } - Return [ array ] } Method [ public method increment ] { - Parameters [4] { Parameter #0 [ string $key ] Parameter #1 [ int $offset = 1 ] Parameter #2 [ int $initial_value = 0 ] Parameter #3 [ int $expiry = 0 ] } - Return [ int|false ] } Method [ public method decrement ] { - Parameters [4] { Parameter #0 [ string $key ] Parameter #1 [ int $offset = 1 ] Parameter #2 [ int $initial_value = 0 ] Parameter #3 [ int $expiry = 0 ] } - Return [ int|false ] } Method [ public method incrementByKey ] { - Parameters [5] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ int $offset = 1 ] Parameter #3 [ int $initial_value = 0 ] Parameter #4 [ int $expiry = 0 ] } - Return [ int|false ] } Method [ public method decrementByKey ] { - Parameters [5] { Parameter #0 [ string $server_key ] Parameter #1 [ string $key ] Parameter #2 [ int $offset = 1 ] Parameter #3 [ int $initial_value = 0 ] Parameter #4 [ int $expiry = 0 ] } - Return [ int|false ] } Method [ public method addServer ] { - Parameters [3] { Parameter #0 [ string $host ] Parameter #1 [ int $port ] Parameter #2 [ int $weight = 0 ] } - Return [ bool ] } Method [ public method addServers ] { - Parameters [1] { Parameter #0 [ array $servers ] } - Return [ bool ] } Method [ public method getServerList ] { - Parameters [0] { } - Return [ array ] } Method [ public method getServerByKey ] { - Parameters [1] { Parameter #0 [ string $server_key ] } - Return [ array|false ] } Method [ public method resetServerList ] { - Parameters [0] { } - Return [ bool ] } Method [ public method quit ] { - Parameters [0] { } - Return [ bool ] } Method [ public method flushBuffers ] { - Parameters [0] { } - Return [ bool ] } Method [ public method getLastErrorMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLastErrorCode ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLastErrorErrno ] { - Parameters [0] { } - Return [ int ] } Method [ public method getLastDisconnectedServer ] { - Parameters [0] { } - Return [ array|false ] } Method [ public method getStats ] { - Parameters [1] { Parameter #0 [ ?string $type = null ] } - Return [ array|false ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ array|false ] } Method [ public method getAllKeys ] { - Parameters [0] { } - Return [ array|false ] } Method [ public method flush ] { - Parameters [1] { Parameter #0 [ int $delay = 0 ] } - Return [ bool ] } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ int $option ] } - Return [ mixed ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ int $option ] Parameter #1 [ mixed $value ] } - Return [ bool ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ bool ] } Method [ public method setBucket ] { - Parameters [3] { Parameter #0 [ array $host_map ] Parameter #1 [ ?array $forward_map ] Parameter #2 [ int $replicas ] } - Return [ bool ] } Method [ public method setSaslAuthData ] { - Parameters [2] { Parameter #0 [ string $username ] Parameter #1 [ string $password ] } - Return [ bool ] } Method [ public method setEncodingKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } Method [ public method isPersistent ] { - Parameters [0] { } - Return [ bool ] } Method [ public method isPristine ] { - Parameters [0] { } - Return [ bool ] } Method [ public method checkKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ bool ] } } } Class [ class MemcachedServer ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method run ] { - Parameters [1] { Parameter #0 [ string $address ] } - Return [ bool ] } Method [ public method on ] { - Parameters [2] { Parameter #0 [ int $event ] Parameter #1 [ callable $callback ] } - Return [ bool ] } } } Class [ class MemcachedException extends RuntimeException implements Stringable, Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } } }