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@github.com>2012-05-12 04:58:54 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-12 04:58:54 +0400
commit048e4b2de8679222f1bfa6d834695568ab807210 (patch)
treed5dcfcddfb63717bfebd3a3bedff51da27734d9b /php_redis.h
parentdc36368624df82d86353988a6bd3319ce2666366 (diff)
getLastError method
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index ccf8c971..39272856 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -133,6 +133,8 @@ PHP_METHOD(Redis, script);
PHP_METHOD(Redis, dump);
PHP_METHOD(Redis, restore);
+PHP_METHOD(Redis, getLastError);
+
PHP_METHOD(Redis, _prefix);
PHP_METHOD(Redis, _unserialize);