summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-07 14:54:07 +0100
committerRemi Collet <remi@php.net>2022-03-07 14:54:07 +0100
commit3a2f49b39a3bdddca907bf3cab4be6956905a4aa (patch)
treee2af016c2e75c696d79e50d7cebfcf68bfdfbb9d /REFLECTION
parent98920b88052507ef2863fcce36365938cc0d1fa1 (diff)
update to 3.1.6-dev (2022-03-02)
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION41
1 files changed, 31 insertions, 10 deletions
diff --git a/REFLECTION b/REFLECTION
index d3d40e1..22de408 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #113 memcached version 3.1.5 ] {
+Extension [ <persistent> extension #113 memcached version 3.1.6-dev ] {
- Dependencies {
Dependency [ session (Required) ]
@@ -94,7 +94,7 @@ Extension [ <persistent> extension #113 memcached version 3.1.5 ] {
- Classes [3] {
Class [ <internal:memcached> class Memcached ] {
- - Constants [133] {
+ - Constants [146] {
Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781313 }
Constant [ public int OPT_COMPRESSION ] { -1001 }
Constant [ public int OPT_COMPRESSION_TYPE ] { -1004 }
@@ -152,31 +152,44 @@ Extension [ <persistent> extension #113 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 }
@@ -239,7 +252,7 @@ Extension [ <persistent> extension #113 memcached version 3.1.5 ] {
- Properties [0] {
}
- - Methods [58] {
+ - Methods [59] {
Method [ <internal:memcached, ctor> public method __construct ] {
- Parameters [3] {
@@ -761,6 +774,14 @@ Extension [ <persistent> extension #113 memcached version 3.1.5 ] {
}
- Return [ bool ]
}
+
+ Method [ <internal:memcached> public method checkKey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $key ]
+ }
+ - Return [ bool ]
+ }
}
}