Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-07 21:47:05 +0300
committerMichael Grunder <michael.grunder@gmail.com>2022-11-07 22:02:31 +0300
commitf05ba8193519249fa856751be5be305d28decec1 (patch)
treec1bdbf2b8e367e82231174a6d41703f9cb1b6a3d /redis_arginfo.h
parentcf63e96ec5f6c9363bc5c6955d29c726fc7ec6fe (diff)
Documentation: Add several more docblocs
- Add a bunch more docblocks with examples - Link every relevant RedisCluster method to the Redis docs.
Diffstat (limited to 'redis_arginfo.h')
-rw-r--r--redis_arginfo.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/redis_arginfo.h b/redis_arginfo.h
index a13002a1..0a54fec2 100644
--- a/redis_arginfo.h
+++ b/redis_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 42952974e3686f29934dfff1ebba07150942a405 */
+ * Stub hash: 4c4d58bf2ce686c82287a69fef109267828a2d9b */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Redis___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "null")
@@ -720,11 +720,7 @@ ZEND_END_ARG_INFO()
#define arginfo_class_Redis_sMembers arginfo_class_Redis_hGetAll
-ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Redis_sMisMember, 0, 2, IS_ARRAY, 0)
- ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0)
- ZEND_ARG_TYPE_INFO(0, member, IS_STRING, 0)
- ZEND_ARG_VARIADIC_TYPE_INFO(0, other_members, IS_STRING, 0)
-ZEND_END_ARG_INFO()
+#define arginfo_class_Redis_sMisMember arginfo_class_Redis_geohash
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_class_Redis_sMove, 0, 3, Redis, MAY_BE_BOOL)
ZEND_ARG_TYPE_INFO(0, src, IS_STRING, 0)