| [ Index ] |
PHP Cross Reference of BackPress |
[Source view] [Print] [Project Stats]
IXR - The Incutio XML-RPC Library Copyright (c) 2010, Incutio Ltd. All rights reserved.
| Author: | Simon Willison |
| Copyright: | Incutio Ltd 2010 (http://www.incutio.com) |
| License: | http://www.opensource.org/licenses/bsd-license.php BSD |
| Version: | 1.7.4 7th September 2010 |
| File Size: | 1115 lines (32 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
IXR_Value:: (5 methods):
__construct()
IXR_Value()
calculateType()
getXml()
isStruct()
IXR_Message:: (6 methods):
__construct()
IXR_Message()
parse()
tag_open()
cdata()
tag_close()
IXR_Server:: (12 methods):
__construct()
IXR_Server()
serve()
call()
error()
output()
hasMethod()
setCapabilities()
getCapabilities()
setCallbacks()
listMethods()
multiCall()
IXR_Request:: (4 methods):
__construct()
IXR_Request()
getLength()
getXml()
IXR_Client:: (7 methods):
__construct()
IXR_Client()
query()
getResponse()
isError()
getErrorCode()
getErrorMessage()
IXR_Error:: (3 methods):
__construct()
IXR_Error()
getXml()
IXR_Date:: (7 methods):
__construct()
IXR_Date()
parseTimestamp()
parseIso()
getIso()
getXml()
getTimestamp()
IXR_Base64:: (3 methods):
__construct()
IXR_Base64()
getXml()
IXR_IntrospectionServer:: (6 methods):
__construct()
IXR_IntrospectionServer()
addCallback()
call()
methodSignature()
methodHelp()
IXR_ClientMulticall:: (4 methods):
__construct()
IXR_ClientMulticall()
addCall()
query()
| __construct($data, $type = false) X-Ref |
| No description |
| IXR_Value($data, $type = false) X-Ref |
| No description |
| calculateType() X-Ref |
| No description |
| getXml() X-Ref |
| No description |
| isStruct($array) X-Ref |
| Checks whether or not the supplied array is a struct or not return: boolean param: unknown_type $array |
Class: IXR_Server - X-Ref
IXR_Server| __construct($callbacks = false, $data = false, $wait = false) X-Ref |
| No description |
| IXR_Server($callbacks = false, $data = false, $wait = false) X-Ref |
| No description |
| serve($data = false) X-Ref |
| No description |
| call($methodname, $args) X-Ref |
| No description |
| error($error, $message = false) X-Ref |
| No description |
| output($xml) X-Ref |
| No description |
| hasMethod($method) X-Ref |
| No description |
| setCapabilities() X-Ref |
| No description |
| getCapabilities($args) X-Ref |
| No description |
| setCallbacks() X-Ref |
| No description |
| listMethods($args) X-Ref |
| No description |
| multiCall($methodcalls) X-Ref |
| No description |
Class: IXR_Client - X-Ref
IXR_Client| __construct($server, $path = false, $port = 80, $timeout = 15) X-Ref |
| No description |
| IXR_Client($server, $path = false, $port = 80, $timeout = 15) X-Ref |
| No description |
| query() X-Ref |
| No description |
| getResponse() X-Ref |
| No description |
| isError() X-Ref |
| No description |
| getErrorCode() X-Ref |
| No description |
| getErrorMessage() X-Ref |
| No description |
| __construct($time) X-Ref |
| No description |
| IXR_Date($time) X-Ref |
| No description |
| parseTimestamp($timestamp) X-Ref |
| No description |
| parseIso($iso) X-Ref |
| No description |
| getIso() X-Ref |
| No description |
| getXml() X-Ref |
| No description |
| getTimestamp() X-Ref |
| No description |
Class: IXR_Base64 - X-Ref
IXR_Base64| __construct($data) X-Ref |
| No description |
| IXR_Base64($data) X-Ref |
| No description |
| getXml() X-Ref |
| No description |
Class: IXR_IntrospectionServer - X-Ref
IXR_IntrospectionServer| __construct() X-Ref |
| No description |
| IXR_IntrospectionServer() X-Ref |
| No description |
| addCallback($method, $callback, $args, $help) X-Ref |
| No description |
| call($methodname, $args) X-Ref |
| No description |
| methodSignature($method) X-Ref |
| No description |
| methodHelp($method) X-Ref |
| No description |
| Generated: Sun Nov 2 01:00:54 2025 | Cross-referenced by PHPXref 0.7.1 |