PHP 인터페이스 Fxmlrpc\CallClientInterface

파일 보기 프로젝트 열기: lstrojny/fxmlrpc 0 사용 예제들

공개 메소드들

메소드 설명
call ( string $method, array $arguments = [] ) : mixed Execute remote call

메소드 상세

call() 공개 메소드

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