Class RPCClient

Description

XMLRPC Client

Located in /system/classes/rpcclient.php (line 6)


	
			
Method Summary
RPCClient __construct (string $url, string $method, string $params)
void execute ()
void get_result ()
Methods
Constructor __construct (line 18)
RPCClient __construct (string $url, string $method, string $params)
  • string $url: URL
  • string $method: method to call
  • string $params: method's arguments
execute (line 33)

Execute the request. Populates result field.

  • access: public
void execute ()
get_result (line 49)

Return the (decoded) result of the request, or FALSE if the result was invalid.

  • access: public
void get_result ()

Documentation generated on Thu, 30 Oct 2008 20:31:26 +0100 by phpDocumentor 1.3.2