Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Habari
RPCClient
PHP 클래스 Habari\RPCClient
파일 보기
프로젝트 열기: habari/system
공개 메소드들
메소드
설명
__construct
(
$url
,
$method
,
$params
)
execute
( )
Execute the request. Populates result field.
get_result
( )
Return the (decoded) result of the request, or false if the result was invalid.
메소드 상세
__construct()
공개
메소드
public
__construct
(
$url
,
$method
,
$params
)
execute()
공개
메소드
Execute the request. Populates result field.
public
execute
( )
get_result()
공개
메소드
Return the (decoded) result of the request, or false if the result was invalid.
public
get_result
( )