PHP 클래스 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);
부터: 3.2
저자: Robin J. Rogge ([email protected])
상속: extends TRpcClient
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__call ( $method, $parameters ) : mixed
create ( $type, $serverUrl, $isNotification = false ) Creates an instance of TXmlRpcClient
encodeRequest ( $method, $parameters )

메소드 상세

__call() 공개 메소드

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

create() 공개 정적인 메소드

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

encodeRequest() 공개 메소드

public encodeRequest ( $method, $parameters )