[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Remote/IXR/ -> Client.php (summary)

(no description)

File Size: 86 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Client:: (3 methods):
  __construct()
  query()
  getHTTPClient()


Class: Client  - X-Ref

This implements a XML-RPC client using our own HTTPClient

Note: this now inherits from the IXR library's client and no longer from HTTPClient. Instead composition
is used to add the HTTP client.
__construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)   X-Ref
No description

query(...$args)   X-Ref
No description

getHTTPClient()   X-Ref
Direct access to the underlying HTTP client if needed

return: HTTPClient