1401. Class

1401.1. Zend\Http\PhpEnvironment\Response

HTTP Response for current PHP environment

1401.1.1. Methods

1401.1.1.1. getVersion

getVersion()

Return the HTTP version for this response

Return type:string
See :

1401.1.1.2. detectVersion

detectVersion()

Detect the current used protocol version. If detection failed it falls back to version 1.0.

Return type:string

1401.1.1.3. headersSent

headersSent()

@return bool

1401.1.1.4. contentSent

contentSent()

@return bool

1401.1.1.5. sendHeaders

sendHeaders()

Send HTTP headers

Return type:Response

1401.1.1.6. sendContent

sendContent()

Send content

Return type:Response

1401.1.1.7. send

send()

Send HTTP response

Return type:Response