Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
xmlrpc_value_get_xml drupal/includes/xmlrpc.inc Generates XML representing the given value. 2
xmlrpc_value_calculate_type drupal/includes/xmlrpc.inc Maps a PHP type to an XML-RPC type. 1
xmlrpc_value drupal/includes/xmlrpc.inc Turns a data structure into objects with 'data' and 'type' attributes. 2
xmlrpc_test_xmlrpc_alter drupal/modules/simpletest/tests/xmlrpc_test.module Implements hook_xmlrpc_alter(). 1
xmlrpc_test_xmlrpc drupal/modules/simpletest/tests/xmlrpc_test.module Implements hook_xmlrpc().
xmlrpc_test_simpleStructReturnTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_nestedStructTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_moderateSizeArrayCheck drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_message_sized_in_kb drupal/modules/simpletest/tests/xmlrpc_test.module Created a message of the desired size in KB. 1 1
xmlrpc_test_manyTypesTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_echoStructTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_easyStructTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_countTheEntities drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_test_arrayOfStructsTest drupal/modules/simpletest/tests/xmlrpc_test.module 1 1
xmlrpc_server_set drupal/includes/xmlrpcs.inc Stores a copy of an XML-RPC request temporarily. 2
xmlrpc_server_output drupal/includes/xmlrpcs.inc Sends XML-RPC output to the browser. 2
xmlrpc_server_multicall drupal/includes/xmlrpcs.inc Dispatches multiple XML-RPC requests. 1
xmlrpc_server_method_signature drupal/includes/xmlrpcs.inc Returns one method signature for a function. 1
xmlrpc_server_method_help drupal/includes/xmlrpcs.inc Returns the help for an XML-RPC method. 1
xmlrpc_server_list_methods drupal/includes/xmlrpcs.inc Lists the methods available on this XML-RPC server. 1
xmlrpc_server_get_capabilities drupal/includes/xmlrpcs.inc Returns a list of the capabilities of this server. 1
xmlrpc_server_get drupal/includes/xmlrpcs.inc Retrieves the latest stored XML-RPC request. 4
xmlrpc_server_error drupal/includes/xmlrpcs.inc Throws an XML-RPC error. 1
xmlrpc_server_call drupal/includes/xmlrpcs.inc Dispatches an XML-RPC request and any parameters to the appropriate handler. 2
xmlrpc_server drupal/includes/xmlrpcs.inc Invokes XML-RPC methods on this server. 1
xmlrpc_request drupal/includes/xmlrpc.inc Constructs an object representing an XML-RPC request. 1
xmlrpc_message_tag_open drupal/includes/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_tag_close drupal/includes/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_set drupal/includes/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily. 5
xmlrpc_message_parse drupal/includes/xmlrpc.inc Parses an XML-RPC message. 3
xmlrpc_message_get drupal/includes/xmlrpc.inc Returns the most recently stored XML-RPC message object. 4
xmlrpc_message_cdata drupal/includes/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message drupal/includes/xmlrpc.inc Constructs an object representing an XML-RPC message. 3
xmlrpc_error_msg drupal/includes/xmlrpc.inc Returns the last XML-RPC client error message.
xmlrpc_error_get_xml drupal/includes/xmlrpc.inc Converts an XML-RPC error object into XML. 1
xmlrpc_error drupal/includes/xmlrpc.inc Generates, temporarily saves, and returns an XML-RPC error object. 8
xmlrpc_errno drupal/includes/xmlrpc.inc Returns the last XML-RPC client error number.
xmlrpc_date_get_xml drupal/includes/xmlrpc.inc Converts an XML-RPC date-time object into XML. 1
xmlrpc_date drupal/includes/xmlrpc.inc Converts a PHP or ISO date/time to an XML-RPC object. 3
xmlrpc_clear_error drupal/includes/xmlrpc.inc Clears any previously-saved errors. 1
xmlrpc_base64_get_xml drupal/includes/xmlrpc.inc Converts an XML-RPC base 64 object into XML. 1
xmlrpc_base64 drupal/includes/xmlrpc.inc Returns an XML-RPC base 64 object. 1
xmlrpc drupal/includes/common.inc Performs one or more XML-RPC request(s). 6
weight_value drupal/includes/form.inc Sets the value for a weight element, with zero as a default.
watchdog_skip_semaphore drupal/modules/simpletest/tests/actions_loop_test.module Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop. 2
watchdog_severity_levels drupal/includes/common.inc Returns a list of severity levels, as defined in RFC 3164. 2
watchdog_exception drupal/includes/bootstrap.inc Logs an exception. 14
watchdog drupal/includes/bootstrap.inc Logs a system message. 124 9
variable_set drupal/includes/bootstrap.inc Sets a persistent variable. 387
variable_initialize drupal/includes/bootstrap.inc Loads the persistent variable table. 3

Pages

Other projects