WebSocket Events Documentation
TopPHP
Components
Bot
Bots
User
Users
TopPHP
Parts
Cache
Collection
Http
Parts
Webhooks
EventLoop
Webhook
TopPHP\Parts\
Http
M
request()
: mixed
M
get()
: mixed
M
fetch()
: mixed
M
post()
: mixed
request()
protected
static
request(
string
$protocol ,
string
$url ,
string
$token ,
mixed
$body=NULL ) :
mixed
Parameters
$protocol
string
:
$url
string
:
$token
string
:
$body=NULL
mixed
:
get()
public
static
get(
string
$url ,
string
$token ,
mixed
$body=NULL ) :
mixed
Parameters
$url
string
:
$token
string
:
$body=NULL
mixed
:
fetch()
public
static
fetch(
string
$url ,
string
$token ,
mixed
$body=NULL ) :
mixed
Parameters
$url
string
:
$token
string
:
$body=NULL
mixed
:
post()
public
static
post(
string
$url ,
string
$token ,
mixed
$body=NULL ) :
mixed
Parameters
$url
string
:
$token
string
:
$body=NULL
mixed
:
Powered by
OxedDocs