PHP Interface Fxmlrpc\CallClientInterface

Datei anzeigen Open project: lstrojny/fxmlrpc Interface Usage Examples

Public Methods

Method Description
call ( string $method, array $arguments = [] ) : mixed Execute remote call

Method Details

call() public method

Execute remote call
public call ( string $method, array $arguments = [] ) : mixed
$method string
$arguments array
return mixed