Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Phue
Transport
TransportInterface
PHP Interface Phue\Transport\TransportInterface
Show file
Open project: sqmk/phue
Public Methods
Method
Description
sendRequest
(
string
$path
,
string
$method
= self::METHOD_GET,
stdClass
$data
= null ) :
mixed
Send request
Method Details
sendRequest()
public
method
Send request
public
sendRequest
(
string
$path
,
string
$method
= self::METHOD_GET,
stdClass
$data
= null ) :
mixed
$path
string
API path
$method
string
Request method
$data
stdClass
Body data
return
mixed
Command result