summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: f7ae2d483eb9071a2f79f04443a7ab0d99739d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Extension [ <persistent> extension #68 xmlrpc version 1.0.0RC2 ] {

  - Functions {
    Function [ <internal:xmlrpc> function xmlrpc_encode ] {

      - Parameters [1] {
        Parameter #0 [ <required> mixed $value ]
      }
      - Return [ ?string ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_decode ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $xml ]
        Parameter #1 [ <optional> string $encoding = "iso-8859-1" ]
      }
      - Return [ mixed ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_decode_request ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $xml ]
        Parameter #1 [ <required> &$method ]
        Parameter #2 [ <optional> string $encoding = "iso-8859-1" ]
      }
      - Return [ mixed ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_encode_request ] {

      - Parameters [3] {
        Parameter #0 [ <required> ?string $method ]
        Parameter #1 [ <required> mixed $params ]
        Parameter #2 [ <optional> array $output_options = [] ]
      }
      - Return [ ?string ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_get_type ] {

      - Parameters [1] {
        Parameter #0 [ <required> mixed $value ]
      }
      - Return [ string ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_set_type ] {

      - Parameters [2] {
        Parameter #0 [ <required> &$value ]
        Parameter #1 [ <required> string $type ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_is_fault ] {

      - Parameters [1] {
        Parameter #0 [ <required> array $arg ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_create ] {

      - Parameters [0] {
      }
      - Return [ XmlRpcServer ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_destroy ] {

      - Parameters [1] {
        Parameter #0 [ <required> XmlRpcServer $server ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_register_method ] {

      - Parameters [3] {
        Parameter #0 [ <required> XmlRpcServer $server ]
        Parameter #1 [ <required> string $method_name ]
        Parameter #2 [ <required> $function ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_call_method ] {

      - Parameters [4] {
        Parameter #0 [ <required> XmlRpcServer $server ]
        Parameter #1 [ <required> string $xml ]
        Parameter #2 [ <required> mixed $user_data ]
        Parameter #3 [ <optional> array $output_options = [] ]
      }
      - Return [ mixed ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_parse_method_descriptions ] {

      - Parameters [1] {
        Parameter #0 [ <required> string $xml ]
      }
      - Return [ mixed ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_add_introspection_data ] {

      - Parameters [2] {
        Parameter #0 [ <required> XmlRpcServer $server ]
        Parameter #1 [ <required> array $desc ]
      }
      - Return [ int ]
    }
    Function [ <internal:xmlrpc> function xmlrpc_server_register_introspection_callback ] {

      - Parameters [2] {
        Parameter #0 [ <required> XmlRpcServer $server ]
        Parameter #1 [ <required> $function ]
      }
      - Return [ bool ]
    }
  }

  - Classes [1] {
    Class [ <internal:xmlrpc> final class XmlRpcServer ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }
  }
}