WebRequest

php\webserver\WebRequest

Class WebRequest

Properties


property method

string

read-only

property scheme

string

read-only

property pathInfo

string

read-only

property servletPath

string

read-only

property queryString

string

read-only

property authType

string

read-only

property url

string

read-only

property port

int

read-only

property ip

string

read-only

property cookies

array

read-only

Array of arrays [name, value, path, domain, httpOnly, secure, maxAge, comment]

Methods


__construct($parent)

protected

Параметры:
getBody()
Результат:string
getBodyStream()
Результат:php\io\Stream
getMethod()

protected

Результат:string
getPathInfo()

protected

Результат:string
getAuthType()

protected

Результат:string
getQueryString()

protected

Результат:string
getUrl()

protected

Результат:string
getScheme()

protected

Результат:string
getPort()

protected

Результат:int
getIp()

protected

Результат:string
static current
Результат:php\webserver\WebRequest