Extension [ extension #108 phpiredis version 1.0.0 ] { - 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 ] { - Parameters [3] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $timeout_ms ] } } Function [ function phpiredis_pconnect ] { - Parameters [3] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $timeout_ms ] } } Function [ function phpiredis_disconnect ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function phpiredis_command ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ $command ] } } Function [ function phpiredis_command_bs ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ array $args ] } } Function [ function phpiredis_multi_command ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ array $commands ] } } Function [ function phpiredis_multi_command_bs ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ array $commands ] } } Function [ function phpiredis_format_command ] { - Parameters [1] { Parameter #0 [ array $args ] } } Function [ function phpiredis_reader_create ] { - Parameters [0] { } } Function [ function phpiredis_reader_reset ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function phpiredis_reader_feed ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ $buffer ] } } Function [ function phpiredis_reader_get_state ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function phpiredis_reader_get_error ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function phpiredis_reader_get_reply ] { - Parameters [2] { Parameter #0 [ $ptr ] Parameter #1 [ &$type ] } } Function [ function phpiredis_reader_destroy ] { - Parameters [1] { Parameter #0 [ $connection ] } } Function [ function phpiredis_reader_set_error_handler ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ $callback ] } } Function [ function phpiredis_reader_set_status_handler ] { - Parameters [2] { Parameter #0 [ $connection ] Parameter #1 [ $callback ] } } Function [ function phpiredis_utils_crc16 ] { - Parameters [1] { Parameter #0 [ $buffer ] } } } }