PHP XML-RPC Functions

EditRocket provides the following information on XML-RPC functions in the PHP source code builder.

mixed xmlrpc_decode ( string $xml [, string $encoding ] ) -

mixed xmlrpc_decode_request ( string $xml , string &$method [, string $encoding ] ) -

string xmlrpc_encode ( mixed $value ) -

string xmlrpc_encode_request ( string $method , mixed $params [, array $output_options ] ) -

string xmlrpc_get_type ( mixed $value ) -

bool xmlrpc_is_fault ( array $arg ) -

array xmlrpc_parse_method_descriptions ( string $xml ) -

int xmlrpc_server_add_introspection_data ( resource $server , array $desc ) -

string xmlrpc_server_call_method ( resource $server , string $xml , mixed $user_data [, array $output_options ] ) -

resource xmlrpc_server_create ( void ) -

int xmlrpc_server_destroy ( resource $server ) -

bool xmlrpc_server_register_introspection_callback ( resource $server , string $function ) -

bool xmlrpc_server_register_method ( resource $server , string $method_name , string $function ) -

bool xmlrpc_set_type ( string &$value , string $type ) -