xmlrpc.inc
Версия 1.47.2.5 (checked in on 2009/01/14 at 21:36:16 by goba)
Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005 Version 1.7 (beta) - Simon Willison, 23rd May 2005 Site: http://scripts.incutio.com/xmlrpc/ Manual: http://scripts.incutio.com/xmlrpc/manual.php This version is made available under the GNU GPL License
Функции
Имя | Описание |
---|---|
xmlrpc_base64 | |
xmlrpc_base64_get_xml | |
xmlrpc_clear_error | Clears any previous error. |
xmlrpc_date | |
xmlrpc_date_get_xml | |
xmlrpc_errno | Возвращает клиенту номер последней ошибки XML-RPC. |
xmlrpc_error | |
xmlrpc_error_get_xml | |
xmlrpc_error_msg | Returns the last XML-RPC client error message |
xmlrpc_message | Construct an object representing an XML-RPC message. |
xmlrpc_message_cdata | |
xmlrpc_message_get | |
xmlrpc_message_parse | Parse an XML-RPC message. If parsing fails, the faultCode and faultString will be added to the message object. |
xmlrpc_message_set | Store a copy of the $xmlrpc_message object temporarily. |
xmlrpc_message_tag_close | |
xmlrpc_message_tag_open | |
xmlrpc_request | Construct an object representing an XML-RPC request |
xmlrpc_value | Recursively turn a data structure into objects with 'data' and 'type' attributes. |
xmlrpc_value_calculate_type | Map PHP type to XML-RPC type. |
xmlrpc_value_get_xml | Generate XML representing the given value. |
_xmlrpc | Execute an XML remote procedural call. This is private function; call xmlrpc() in common.inc instead of this function. |