Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Fxmlrpc
CallClientInterface
PHP Interface Fxmlrpc\CallClientInterface
Mostrar archivo
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