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
Mongrel2
Request
PHP Class Mongrel2\Request
Show file
Open project: winks/m2php
Public Properties
Property
Type
Description
$body
$conn_id
$data
$headers
$path
$sender
Public Methods
Method
Description
__construct
(
$sender
,
$conn_id
,
$path
,
$headers
,
$body
)
is_disconnect
( )
parse
(
$msg
)
Method Details
__construct()
public
method
public
__construct
(
$sender
,
$conn_id
,
$path
,
$headers
,
$body
)
is_disconnect()
public
method
public
is_disconnect
( )
parse()
public
static
method
public
static
parse
(
$msg
)
Property Details
$body
public property
public
$body
$conn_id
public property
public
$conn_id
$data
public property
public
$data
$headers
public property
public
$headers
$path
public property
public
$path
$sender
public property
public
$sender