From 326f82330a23e4feccd0d12c5e6fae1a99108a5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Nov 2016 16:48:57 +0100 Subject: php-phpiredis: 1.0.0-dev, New package --- REFLECTION | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d17ea0e --- /dev/null +++ b/REFLECTION @@ -0,0 +1,59 @@ +Extension [ extension #108 phpiredis version 1.0.0-dev ] { + + - Constants [9] { + Constant [ integer PHPIREDIS_READER_STATE_INCOMPLETE ] { 2 } + Constant [ integer PHPIREDIS_READER_STATE_COMPLETE ] { 1 } + Constant [ integer PHPIREDIS_READER_STATE_ERROR ] { 3 } + Constant [ integer PHPIREDIS_REPLY_STRING ] { 1 } + Constant [ integer PHPIREDIS_REPLY_ARRAY ] { 2 } + Constant [ integer PHPIREDIS_REPLY_INTEGER ] { 3 } + Constant [ integer PHPIREDIS_REPLY_NIL ] { 4 } + Constant [ integer PHPIREDIS_REPLY_STATUS ] { 5 } + Constant [ integer PHPIREDIS_REPLY_ERROR ] { 6 } + } + + - Functions { + Function [ function phpiredis_connect ] { + } + Function [ function phpiredis_pconnect ] { + } + Function [ function phpiredis_disconnect ] { + } + Function [ function phpiredis_command ] { + } + Function [ function phpiredis_command_bs ] { + } + Function [ function phpiredis_multi_command ] { + } + Function [ function phpiredis_multi_command_bs ] { + } + Function [ function phpiredis_format_command ] { + } + Function [ function phpiredis_reader_create ] { + } + Function [ function phpiredis_reader_reset ] { + } + Function [ function phpiredis_reader_feed ] { + } + Function [ function phpiredis_reader_get_state ] { + } + Function [ function phpiredis_reader_get_error ] { + } + Function [ function phpiredis_reader_get_reply ] { + + - Parameters [2] { + Parameter #0 [ $ptr ] + Parameter #1 [ &$type ] + } + } + Function [ function phpiredis_reader_destroy ] { + } + Function [ function phpiredis_reader_set_error_handler ] { + } + Function [ function phpiredis_reader_set_status_handler ] { + } + Function [ function phpiredis_utils_crc16 ] { + } + } +} + -- cgit