PHP Class Prado\Util\TXmlRpcClient

Note: When using setIsNotification(true), *every* following request is also considered to be a notification until you use setIsNotification(false). Usage:
$_rpcClient = new TXmlRpcClient('http://remotehost/rpcserver');
$_rpcClient->remoteMethod($param, $otherParam);
Since: 3.2
Author: Robin J. Rogge ([email protected])
Inheritance: extends TRpcClient
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
__call ( $method, $parameters ) : mixed
create ( $type, $serverUrl, $isNotification = false ) Creates an instance of TXmlRpcClient
encodeRequest ( $method, $parameters )

Method Details

__call() public method

public __call ( $method, $parameters ) : mixed
return mixed RPC request result

create() public static method

Creates an instance of TXmlRpcClient
public static create ( $type, $serverUrl, $isNotification = false )

encodeRequest() public method

public encodeRequest ( $method, $parameters )