From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/xmlrpc.txt | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 reflection/xmlrpc.txt (limited to 'reflection/xmlrpc.txt') diff --git a/reflection/xmlrpc.txt b/reflection/xmlrpc.txt new file mode 100644 index 0000000..70c4052 --- /dev/null +++ b/reflection/xmlrpc.txt @@ -0,0 +1,102 @@ +Extension [ extension #91 xmlrpc version 0.51 ] { + + - Functions { + Function [ function xmlrpc_encode ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function xmlrpc_decode ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $encoding ] + } + } + Function [ function xmlrpc_decode_request ] { + + - Parameters [3] { + Parameter #0 [ $xml ] + Parameter #1 [ &$method ] + Parameter #2 [ $encoding ] + } + } + Function [ function xmlrpc_encode_request ] { + + - Parameters [3] { + Parameter #0 [ $method ] + Parameter #1 [ $params ] + Parameter #2 [ $output_options ] + } + } + Function [ function xmlrpc_get_type ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function xmlrpc_set_type ] { + + - Parameters [2] { + Parameter #0 [ &$value ] + Parameter #1 [ $type ] + } + } + Function [ function xmlrpc_is_fault ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function xmlrpc_server_create ] { + + - Parameters [0] { + } + } + Function [ function xmlrpc_server_destroy ] { + + - Parameters [1] { + Parameter #0 [ $server ] + } + } + Function [ function xmlrpc_server_register_method ] { + + - Parameters [3] { + Parameter #0 [ $server ] + Parameter #1 [ $method_name ] + Parameter #2 [ $function ] + } + } + Function [ function xmlrpc_server_call_method ] { + + - Parameters [4] { + Parameter #0 [ $server ] + Parameter #1 [ $xml ] + Parameter #2 [ $user_data ] + Parameter #3 [ $output_options ] + } + } + Function [ function xmlrpc_parse_method_descriptions ] { + + - Parameters [1] { + Parameter #0 [ $xml ] + } + } + Function [ function xmlrpc_server_add_introspection_data ] { + + - Parameters [2] { + Parameter #0 [ $server ] + Parameter #1 [ $desc ] + } + } + Function [ function xmlrpc_server_register_introspection_callback ] { + + - Parameters [2] { + Parameter #0 [ $server ] + Parameter #1 [ $function ] + } + } + } +} + -- cgit