Zend Framework
1.12
|
Public Member Functions | |
sendHeaders () | |
"send" headers by returning array of all headers that would be sent | |
canSendHeaders ($throw=false) | |
Can we send headers? | |
outputBody () | |
Return the concatenated body segments. | |
getBody ($spec=false) | |
Get body and/or body segments. | |
sendResponse () | |
"send" Response | |
Additional Inherited Members | |
![]() | |
$headersSentThrowsException = true | |
![]() | |
_normalizeHeader ($name) | |
Normalize a header name. | |
![]() | |
$_body = array() | |
$_exceptions = array() | |
$_headers = array() | |
$_headersRaw = array() | |
$_httpResponseCode = 200 | |
$_isRedirect = false | |
$_renderExceptions = false | |
canSendHeaders | ( | $throw = false | ) |
Can we send headers?
bool | $throw |
getBody | ( | $spec = false | ) |
Get body and/or body segments.
bool | string | $spec |
outputBody | ( | ) |
Return the concatenated body segments.
sendHeaders | ( | ) |
"send" headers by returning array of all headers that would be sent
sendResponse | ( | ) |
"send" Response
Concats all response headers, and then final body (separated by two newlines)