summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION388
1 files changed, 257 insertions, 131 deletions
diff --git a/REFLECTION b/REFLECTION
index 86e8a82..e3efdf0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,10 @@
-Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
+Extension [ <persistent> extension #72 memcached version 3.2.0 ] {
- Dependencies {
Dependency [ session (Required) ]
Dependency [ igbinary (Required) ]
Dependency [ msgpack (Required) ]
+ Dependency [ spl (Required) ]
}
- INI {
@@ -77,7 +78,7 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
Current = 'igbinary'
}
Entry [ memcached.store_retry_count <ALL> ]
- Current = '2'
+ Current = '0'
}
Entry [ memcached.default_consistent_hash <ALL> ]
Current = '0'
@@ -93,8 +94,8 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
- Classes [3] {
Class [ <internal:memcached> class Memcached ] {
- - Constants [133] {
- Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781312 }
+ - 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 }
@@ -151,31 +152,44 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
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_WRITE_FAILURE ] { 5 }
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_ERRNO ] { 26 }
- Constant [ public int RES_BUFFERED ] { 32 }
- Constant [ public int RES_TIMEOUT ] { 31 }
- Constant [ public int RES_BAD_KEY_PROVIDED ] { 33 }
- Constant [ public int RES_STORED ] { 15 }
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_HOST_PROTOCOL ] { 34 }
+ 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 }
@@ -238,12 +252,13 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
- Properties [0] {
}
- - Methods [58] {
+ - Methods [59] {
Method [ <internal:memcached, ctor> public method __construct ] {
- - Parameters [2] {
- Parameter #0 [ <optional> $persistent_id ]
- Parameter #1 [ <optional> $callback ]
+ - Parameters [3] {
+ Parameter #0 [ <optional> ?string $persistent_id = null ]
+ Parameter #1 [ <optional> ?callable $callback = null ]
+ Parameter #2 [ <optional> ?string $connection_str = null ]
}
}
@@ -251,310 +266,345 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:memcached> public method getResultMessage ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:memcached> public method get ] {
- Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $cache_cb ]
- Parameter #2 [ <optional> $get_flags ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> ?callable $cache_cb = null ]
+ Parameter #2 [ <optional> int $get_flags = 0 ]
}
+ - Return [ mixed ]
}
Method [ <internal:memcached> public method getByKey ] {
- Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $cache_cb ]
- Parameter #3 [ <optional> $get_flags ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <optional> ?callable $cache_cb = null ]
+ Parameter #3 [ <optional> int $get_flags = 0 ]
}
+ - Return [ mixed ]
}
Method [ <internal:memcached> public method getMulti ] {
- Parameters [2] {
Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> $get_flags ]
+ Parameter #1 [ <optional> int $get_flags = 0 ]
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method getMultiByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
+ Parameter #0 [ <required> string $server_key ]
Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> $get_flags ]
+ Parameter #2 [ <optional> int $get_flags = 0 ]
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method getDelayed ] {
- Parameters [3] {
Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> $with_cas ]
- Parameter #2 [ <optional> $value_cb ]
+ Parameter #1 [ <optional> bool $with_cas = false ]
+ Parameter #2 [ <optional> ?callable $value_cb = null ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method getDelayedByKey ] {
- Parameters [4] {
- Parameter #0 [ <required> $server_key ]
+ Parameter #0 [ <required> string $server_key ]
Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> $with_cas ]
- Parameter #3 [ <optional> $value_cb ]
+ Parameter #2 [ <optional> bool $with_cas = false ]
+ Parameter #3 [ <optional> ?callable $value_cb = null ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method fetch ] {
- Parameters [0] {
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method fetchAll ] {
- Parameters [0] {
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method set ] {
- Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> mixed $value ]
+ Parameter #2 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setByKey ] {
- Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> mixed $value ]
+ Parameter #3 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method touch ] {
- Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $expiration ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method touchByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $expiration ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setMulti ] {
- Parameters [2] {
Parameter #0 [ <required> array $items ]
- Parameter #1 [ <optional> $expiration ]
+ Parameter #1 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setMultiByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
+ Parameter #0 [ <required> string $server_key ]
Parameter #1 [ <required> array $items ]
- Parameter #2 [ <optional> $expiration ]
+ Parameter #2 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method cas ] {
- Parameters [4] {
- Parameter #0 [ <required> $cas_token ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $cas_token ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> mixed $value ]
+ Parameter #3 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method casByKey ] {
- Parameters [5] {
- Parameter #0 [ <required> $cas_token ]
- Parameter #1 [ <required> $server_key ]
- Parameter #2 [ <required> $key ]
- Parameter #3 [ <required> $value ]
- Parameter #4 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $cas_token ]
+ Parameter #1 [ <required> string $server_key ]
+ Parameter #2 [ <required> string $key ]
+ Parameter #3 [ <required> mixed $value ]
+ Parameter #4 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method add ] {
- Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> mixed $value ]
+ Parameter #2 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method addByKey ] {
- Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> mixed $value ]
+ Parameter #3 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method append ] {
- Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:memcached> public method appendByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> string $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:memcached> public method prepend ] {
- Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:memcached> public method prependByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> string $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:memcached> public method replace ] {
- Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> mixed $value ]
+ Parameter #2 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method replaceByKey ] {
- Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> mixed $value ]
+ Parameter #3 [ <optional> int $expiration = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method delete ] {
- Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $time ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $time = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method deleteMulti ] {
- Parameters [2] {
- Parameter #0 [ <required> $keys ]
- Parameter #1 [ <optional> $time ]
+ Parameter #0 [ <required> array $keys ]
+ Parameter #1 [ <optional> int $time = 0 ]
}
+ - Return [ array ]
}
Method [ <internal:memcached> public method deleteByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $time ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <optional> int $time = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method deleteMultiByKey ] {
- Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $time ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> array $keys ]
+ Parameter #2 [ <optional> int $time = 0 ]
}
+ - Return [ array ]
}
Method [ <internal:memcached> public method increment ] {
- Parameters [4] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $initial_value ]
- Parameter #3 [ <optional> $expiry ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $offset = 1 ]
+ Parameter #2 [ <optional> int $initial_value = 0 ]
+ Parameter #3 [ <optional> int $expiry = 0 ]
}
+ - Return [ int|false ]
}
Method [ <internal:memcached> public method decrement ] {
- Parameters [4] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $initial_value ]
- Parameter #3 [ <optional> $expiry ]
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <optional> int $offset = 1 ]
+ Parameter #2 [ <optional> int $initial_value = 0 ]
+ Parameter #3 [ <optional> int $expiry = 0 ]
}
+ - Return [ int|false ]
}
Method [ <internal:memcached> public method incrementByKey ] {
- Parameters [5] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $initial_value ]
- Parameter #4 [ <optional> $expiry ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <optional> int $offset = 1 ]
+ Parameter #3 [ <optional> int $initial_value = 0 ]
+ Parameter #4 [ <optional> int $expiry = 0 ]
}
+ - Return [ int|false ]
}
Method [ <internal:memcached> public method decrementByKey ] {
- Parameters [5] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $initial_value ]
- Parameter #4 [ <optional> $expiry ]
+ Parameter #0 [ <required> string $server_key ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <optional> int $offset = 1 ]
+ Parameter #3 [ <optional> int $initial_value = 0 ]
+ Parameter #4 [ <optional> int $expiry = 0 ]
}
+ - Return [ int|false ]
}
Method [ <internal:memcached> public method addServer ] {
- Parameters [3] {
- Parameter #0 [ <required> $host ]
- Parameter #1 [ <required> $port ]
- Parameter #2 [ <optional> $weight ]
+ Parameter #0 [ <required> string $host ]
+ Parameter #1 [ <required> int $port ]
+ Parameter #2 [ <optional> int $weight = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method addServers ] {
@@ -562,145 +612,175 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
- Parameters [1] {
Parameter #0 [ <required> array $servers ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method getServerList ] {
- Parameters [0] {
}
+ - Return [ array ]
}
Method [ <internal:memcached> public method getServerByKey ] {
- Parameters [1] {
- Parameter #0 [ <required> $server_key ]
+ Parameter #0 [ <required> string $server_key ]
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method resetServerList ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method quit ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method flushBuffers ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method getLastErrorMessage ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:memcached> public method getLastErrorCode ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:memcached> public method getLastErrorErrno ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:memcached> public method getLastDisconnectedServer ] {
- Parameters [0] {
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method getStats ] {
- Parameters [1] {
- Parameter #0 [ <optional> $type ]
+ Parameter #0 [ <optional> ?string $type = null ]
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method getVersion ] {
- Parameters [0] {
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method getAllKeys ] {
- Parameters [0] {
}
+ - Return [ array|false ]
}
Method [ <internal:memcached> public method flush ] {
- Parameters [1] {
- Parameter #0 [ <optional> $delay ]
+ Parameter #0 [ <optional> int $delay = 0 ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method getOption ] {
- Parameters [1] {
- Parameter #0 [ <required> $option ]
+ Parameter #0 [ <required> int $option ]
}
+ - Return [ mixed ]
}
Method [ <internal:memcached> public method setOption ] {
- Parameters [2] {
- Parameter #0 [ <required> $option ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> int $option ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setOptions ] {
- Parameters [1] {
- Parameter #0 [ <required> $options ]
+ Parameter #0 [ <required> array $options ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setBucket ] {
- Parameters [3] {
- Parameter #0 [ <required> $host_map ]
- Parameter #1 [ <required> $forward_map ]
- Parameter #2 [ <required> $replicas ]
+ Parameter #0 [ <required> array $host_map ]
+ Parameter #1 [ <required> ?array $forward_map ]
+ Parameter #2 [ <required> int $replicas ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setSaslAuthData ] {
- Parameters [2] {
- Parameter #0 [ <required> $username ]
- Parameter #1 [ <required> $password ]
+ Parameter #0 [ <required> string $username ]
+ Parameter #1 [ <required> string $password ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method setEncodingKey ] {
- Parameters [1] {
- Parameter #0 [ <required> $key ]
+ Parameter #0 [ <required> string $key ]
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method isPersistent ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:memcached> public method isPristine ] {
- Parameters [0] {
}
+ - Return [ bool ]
+ }
+
+ Method [ <internal:memcached> public method checkKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
}
}
}
@@ -721,14 +801,25 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
- Methods [2] {
Method [ <internal:memcached> public method run ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $address ]
+ }
+ - Return [ bool ]
}
Method [ <internal:memcached> public method on ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $event ]
+ Parameter #1 [ <required> callable $callback ]
+ }
+ - Return [ bool ]
}
}
}
- Class [ <internal:memcached> class MemcachedException extends Exception implements Throwable ] {
+ Class [ <internal:memcached> class MemcachedException extends RuntimeException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -740,47 +831,82 @@ Extension [ <persistent> extension #116 memcached version 3.1.5 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}