Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Habari
RPCClient
PHP Class Habari\RPCClient
ファイルを表示
Open project: habari/system
Public Methods
Method
Description
__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.
Method Details
__construct()
public
method
public
__construct
(
$url
,
$method
,
$params
)
execute()
public
method
Execute the request. Populates result field.
public
execute
( )
get_result()
public
method
Return the (decoded) result of the request, or false if the result was invalid.
public
get_result
( )