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
Mongrel2
Request
PHP Class Mongrel2\Request
ファイルを表示
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_oe property
public
$body
$conn_id
public_oe property
public
$conn_id
$data
public_oe property
public
$data
$headers
public_oe property
public
$headers
$path
public_oe property
public
$path
$sender
public_oe property
public
$sender