WebResponse

php\webserver\WebResponse

Class WebResponse

Properties


property status

int

property contentType

string

property characterEncoding

string

property bufferSize

int

Methods


__construct($parent)

protected

Параметры:
setHeader($name, $value)
Параметры:
  • $namestring
  • $valuestring
getHeader($name)
Параметры:
  • $namestring
Результат:

string

getHeaders($name)
Параметры:
  • $namestring
Результат:

string[]

getHeaderNames()
Результат:string[]
addHeader($name, $value)
Параметры:
  • $namestring
  • $valuestring
redirect($location, $httpStatus = 301)
Параметры:
  • $locationstring
  • $httpStatusint
encodeRedirectURL($url)
Параметры:
  • $urlstring
writeToBody($content)
Параметры:
  • $contentstring
setContentLength($length)
Параметры:
  • $lengthint
addCookie($cookie)
Параметры:
  • $cookiearray - [name, value, maxAge, path, domain, httpOnly, secure, comment]
getStatus()

protected

Результат:int
setStatus($status)

protected

Параметры:
  • $statusint
getContentType()

protected

Результат:string
setContentType($contentType)

protected

Параметры:
  • $contentTypestring
getCharacterEncoding()

protected

Результат:string
setCharacterEncoding($characterEncoding)

protected

Параметры:
  • $characterEncodingstring
getBufferSize()

protected

Результат:int
setBufferSize($bufferSize)

protected

Параметры:
  • $bufferSizeint
static current
Результат:php\webserver\WebResponse