Class \Prado\Util\TXmlRpcClient
TXmlRpcClient class
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);
Class hierarchy
Author: Robin J. Rogge <rrogge@bigpoint.net>Since: 3.2
public
|
|
public
static
|
create(mixed $type, string $serverUrl[, bool $isNotification = false ]) : TRpcClient
Creates an instance of TXmlRpcClient
|
public
|
\Prado\TApplicationComponent::FX_CACHE_FILE, \Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |