PHP 클래스 Jyxo\Rpc\Xml\Client

Requires xmlrpc and curl PHP extensions.
저자: Jaroslav Hanslík
상속: extends Jyxo\Rpc\Client
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
__construct ( string $url = '' ) Creates a client instance and eventually sets server address.
send ( string $method, array $params ) : mixed Sends request and fetches server's response.

메소드 상세

__construct() 공개 메소드

Also defines default client settings.
public __construct ( string $url = '' )
$url string Server address

send() 공개 메소드

Sends request and fetches server's response.
public send ( string $method, array $params ) : mixed
$method string Method name
$params array Method parameters
리턴 mixed