diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-12 16:48:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-12 16:48:57 +0100 |
commit | 326f82330a23e4feccd0d12c5e6fae1a99108a5f (patch) | |
tree | afa78157d175eba759ab202d50bff343316ce767 /REFLECTION |
php-phpiredis: 1.0.0-dev, New package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d17ea0e --- /dev/null +++ b/REFLECTION @@ -0,0 +1,59 @@ +Extension [ <persistent> 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 [ <internal:phpiredis> function phpiredis_connect ] { + } + Function [ <internal:phpiredis> function phpiredis_pconnect ] { + } + Function [ <internal:phpiredis> function phpiredis_disconnect ] { + } + Function [ <internal:phpiredis> function phpiredis_command ] { + } + Function [ <internal:phpiredis> function phpiredis_command_bs ] { + } + Function [ <internal:phpiredis> function phpiredis_multi_command ] { + } + Function [ <internal:phpiredis> function phpiredis_multi_command_bs ] { + } + Function [ <internal:phpiredis> function phpiredis_format_command ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_create ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_reset ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_feed ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_get_state ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_get_error ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_get_reply ] { + + - Parameters [2] { + Parameter #0 [ <required> $ptr ] + Parameter #1 [ <optional> &$type ] + } + } + Function [ <internal:phpiredis> function phpiredis_reader_destroy ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_set_error_handler ] { + } + Function [ <internal:phpiredis> function phpiredis_reader_set_status_handler ] { + } + Function [ <internal:phpiredis> function phpiredis_utils_crc16 ] { + } + } +} + |