XMLRPC functions XMLRPC function &warn.experimental; xmlrpc_encode_request Generates XML for a method request Description string xmlrpc_encode_request string method mixed params &warn.experimental.func; &warn.undocumented.func; xmlrpc_encode Generates XML for a PHP value Description string xmlrpc_encode mixed value &warn.experimental.func; &warn.undocumented.func; xmlrpc_decode_request & method [, string encoding]) Decodes XML into native PHP types Description array xmlrpc_decode_request string xml string &warn.experimental.func; &warn.undocumented.func; xmlrpc_decode Decodes XML into native PHP types Description array xmlrpc_decode string xml string encoding &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_create Creates an xmlrpc server Description resource xmlrpc_server_create &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_destroy Destroys server resources Description void xmlrpc_server_destroy resource server &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_register_method Register a PHP function to resource method matching method_name Description bool xmlrpc_server_register_method resource server string method_name string function &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_register_introspection_callback Register a PHP function to generate documentation Description bool xmlrpc_server_register_introspection_callback resource server string function &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_call_method Parses XML requests and call methods Description mixed xmlrpc_server_call_method resource server string xml mixed user_data array output_options &warn.experimental.func; &warn.undocumented.func; xmlrpc_server_add_introspection_data Adds introspection documentation Description int xmlrpc_server_add_introspection_data resource server array desc &warn.experimental.func; &warn.undocumented.func; xmlrpc_parse_method_descriptions Decodes XML into a list of method descriptions Description array xmlrpc_parse_method_descriptions string xml &warn.experimental.func; &warn.undocumented.func; xmlrpc_set_type Sets xmlrpc type, base64 or datetime, for a PHP string value Description bool xmlrpc_set_type string value string type &warn.experimental.func; &warn.undocumented.func; xmlrpc_get_type Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings Description string xmlrpc_get_type mixed value &warn.experimental.func; &warn.undocumented.func;