parrotcode: PHP xmlrpc Library | |
Contents | Language Implementations | Pipp |
php_xmlrpc.pir - PHP xmlrpc Library
array xmlrpc_decode(string xml [, string encoding])
array xmlrpc_decode_request(string xml, string& method [, string encoding])
string xmlrpc_encode(mixed value)
string xmlrpc_encode_request(string method, mixed params)
string xmlrpc_get_type(mixed value)
bool xmlrpc_is_fault(array)
array xmlrpc_parse_method_descriptions(string xml)
int xmlrpc_server_add_introspection_data(resource server, array desc)
mixed 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)
|