hook_xmlrpc |
./xmlrpc.api.php |
Register XML-RPC callbacks. |
|
|
hook_xmlrpc_alter |
./xmlrpc.api.php |
Alters the definition of XML-RPC methods before they are called. |
|
|
xmlrpc |
./xmlrpc.module |
Performs one or more XML-RPC request(s). |
11 |
3 |
xmlrpc_base64 |
./xmlrpc.inc |
Returns an XML-RPC base 64 object. |
1 |
|
xmlrpc_base64_get_xml |
./xmlrpc.inc |
Converts an XML-RPC base 64 object into XML. |
1 |
|
xmlrpc_clear_error |
./xmlrpc.inc |
Clears any previously-saved errors. |
1 |
|
xmlrpc_date |
./xmlrpc.inc |
Converts a PHP or ISO date/time to an XML-RPC object. |
3 |
|
xmlrpc_date_get_xml |
./xmlrpc.inc |
Converts an XML-RPC date-time object into XML. |
1 |
|
xmlrpc_errno |
./xmlrpc.inc |
Returns the last XML-RPC client error number. |
9 |
|
xmlrpc_error |
./xmlrpc.inc |
Generates, temporarily saves, and returns an XML-RPC error object. |
10 |
|
xmlrpc_error_get_xml |
./xmlrpc.inc |
Converts an XML-RPC error object into XML. |
1 |
|
xmlrpc_error_msg |
./xmlrpc.inc |
Returns the last XML-RPC client error message. |
7 |
|
xmlrpc_example_xmlrpc |
xmlrpc_example/xmlrpc_example.module |
Implements hook_xmlrpc(). |
|
|
xmlrpc_example_xmlrpc_alter |
xmlrpc_example/xmlrpc_example.module |
Implements hook_xmlrpc_alter(). |
|
|
xmlrpc_help |
./xmlrpc.module |
Implements hook_help(). |
|
|
xmlrpc_message |
./xmlrpc.inc |
Constructs an object representing an XML-RPC message. |
3 |
|
xmlrpc_message_cdata |
./xmlrpc.inc |
Handles character data for XML parsing in xmlrpc_message_parse(). |
|
1 |
xmlrpc_message_get |
./xmlrpc.inc |
Returns the most recently stored XML-RPC message object. |
4 |
|
xmlrpc_message_parse |
./xmlrpc.inc |
Parses an XML-RPC message. |
3 |
|
xmlrpc_message_set |
./xmlrpc.inc |
Stores a copy of the most recent XML-RPC message object temporarily. |
5 |
|
xmlrpc_message_tag_close |
./xmlrpc.inc |
Handles closing tags for XML parsing in xmlrpc_message_parse(). |
|
1 |
xmlrpc_message_tag_open |
./xmlrpc.inc |
Handles opening tags for XML parsing in xmlrpc_message_parse(). |
|
1 |
xmlrpc_request |
./xmlrpc.inc |
Constructs an object representing an XML-RPC request. |
2 |
|
xmlrpc_server |
./xmlrpc.server.inc |
Invokes XML-RPC methods on this server. |
1 |
|
xmlrpc_server_call |
./xmlrpc.server.inc |
Dispatches an XML-RPC request and any parameters to the appropriate handler. |
2 |
|
xmlrpc_server_error |
./xmlrpc.server.inc |
Throws an XML-RPC error. |
1 |
|
xmlrpc_server_get |
./xmlrpc.server.inc |
Retrieves the latest stored XML-RPC request. |
4 |
|
xmlrpc_server_get_capabilities |
./xmlrpc.server.inc |
Returns a list of the capabilities of this server. |
|
1 |
xmlrpc_server_list_methods |
./xmlrpc.server.inc |
Lists the methods available on this XML-RPC server. |
|
1 |
xmlrpc_server_method_help |
./xmlrpc.server.inc |
Returns the help for an XML-RPC method. |
|
1 |
xmlrpc_server_method_signature |
./xmlrpc.server.inc |
Returns one method signature for a function. |
|
1 |
xmlrpc_server_multicall |
./xmlrpc.server.inc |
Dispatches multiple XML-RPC requests. |
|
1 |
xmlrpc_server_output |
./xmlrpc.server.inc |
Sends XML-RPC output to the browser. |
2 |
|
xmlrpc_server_set |
./xmlrpc.server.inc |
Stores a copy of an XML-RPC request temporarily. |
2 |
|
xmlrpc_test_array_of_structs_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function counting elements occurrences. |
1 |
1 |
xmlrpc_test_count_the_entities |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function checking entities in string arguments. |
1 |
1 |
xmlrpc_test_easy_struct_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function building an array from hash/struct values. |
1 |
1 |
xmlrpc_test_echo_struct_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function accepting an array and returning it. |
1 |
1 |
xmlrpc_test_header_echo |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Echoes http headers to XML-RPC clients. |
|
1 |
xmlrpc_test_many_types_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function accepting multiple parameters of different types. |
1 |
1 |
xmlrpc_test_message_sized_in_kb |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Created a message of the desired size in KB. |
1 |
1 |
xmlrpc_test_moderate_size_array_check |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function accepting an array. |
1 |
1 |
xmlrpc_test_nested_struct_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function returning a nested hash/struct. |
1 |
1 |
xmlrpc_test_simple_struct_return_test |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Test function returning a simple hash/struct. |
1 |
1 |
xmlrpc_test_xmlrpc |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Implements hook_xmlrpc(). |
|
|
xmlrpc_test_xmlrpc_alter |
tests/modules/xmlrpc_test/xmlrpc_test.module |
Implements hook_xmlrpc_alter(). |
|
|
xmlrpc_value |
./xmlrpc.inc |
Turns a data structure into objects with 'data' and 'type' attributes. |
2 |
|
xmlrpc_value_calculate_type |
./xmlrpc.inc |
Maps a PHP type to an XML-RPC type. |
1 |
|
xmlrpc_value_get_xml |
./xmlrpc.inc |
Generates XML representing the given value. |
2 |
|
_xmlrpc |
./xmlrpc.inc |
Performs one or more XML-RPC requests. |
1 |
|