[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/includes/ -> xmlrpc.inc (summary)

(no description)

File Size: 484 lines (15 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 21 functions

  xmlrpc_value()
  xmlrpc_value_calculate_type()
  xmlrpc_value_get_xml()
  xmlrpc_message()
  xmlrpc_message_parse()
  xmlrpc_message_set()
  xmlrpc_message_get()
  xmlrpc_message_tag_open()
  xmlrpc_message_cdata()
  xmlrpc_message_tag_close()
  xmlrpc_request()
  xmlrpc_error()
  xmlrpc_error_get_xml()
  xmlrpc_date()
  xmlrpc_date_get_xml()
  xmlrpc_base64()
  xmlrpc_base64_get_xml()
  _xmlrpc()
  xmlrpc_errno()
  xmlrpc_error_msg()
  xmlrpc_clear_error()

Functions
Functions that are not part of a class:

xmlrpc_value($data, $type = FALSE)   X-Ref
Recursively turn a data structure into objects with 'data' and 'type' attributes.

param: $data
param: $type
return:

xmlrpc_value_calculate_type(&$xmlrpc_value)   X-Ref
Map PHP type to XML-RPC type.

param: $xmlrpc_value
return:

xmlrpc_value_get_xml($xmlrpc_value)   X-Ref
Generate XML representing the given value.

param: $xmlrpc_value
return:

xmlrpc_message($message)   X-Ref
Construct an object representing an XML-RPC message.

param: $message
return:

xmlrpc_message_parse(&$xmlrpc_message)   X-Ref
Parse an XML-RPC message. If parsing fails, the faultCode and faultString
will be added to the message object.

param: $xmlrpc_message
return:

xmlrpc_message_set($value = NULL)   X-Ref
Store a copy of the $xmlrpc_message object temporarily.

param: $value
return:

xmlrpc_message_get()   X-Ref
No description

xmlrpc_message_tag_open($parser, $tag, $attr)   X-Ref
No description

xmlrpc_message_cdata($parser, $cdata)   X-Ref
No description

xmlrpc_message_tag_close($parser, $tag)   X-Ref
No description

xmlrpc_request($method, $args)   X-Ref
Construct an object representing an XML-RPC request

param: $method
param: $args
return:

xmlrpc_error($code = NULL, $message = NULL, $reset = FALSE)   X-Ref
No description

xmlrpc_error_get_xml($xmlrpc_error)   X-Ref
No description

xmlrpc_date($time)   X-Ref
No description

xmlrpc_date_get_xml($xmlrpc_date)   X-Ref
No description

xmlrpc_base64($data)   X-Ref
No description

xmlrpc_base64_get_xml($xmlrpc_base64)   X-Ref
No description

_xmlrpc()   X-Ref
Execute an XML remote procedural call. This is private function; call xmlrpc()
in common.inc instead of this function.

return:

xmlrpc_errno()   X-Ref
Returns the last XML-RPC client error number


xmlrpc_error_msg()   X-Ref
Returns the last XML-RPC client error message


xmlrpc_clear_error()   X-Ref
Clears any previous error.




Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7