Http\Response::setFileToSend
  • References/PHP/Phalcon/Http/Response

public setFileToSend (mixed $filePath, [mixed $attachmentName], [mixed $attachment]) Sets an attached

2025-01-10 15:47:30
Http\Response::setRawHeader
  • References/PHP/Phalcon/Http/Response

public setRawHeader (mixed $header) Send a raw header to the response

2025-01-10 15:47:30
Http\Response\Headers::__set_state
  • References/PHP/Phalcon/Http/Response/Headers

public static __set_state (array $data) Restore a \Phalcon\Http\Response\Headers object

2025-01-10 15:47:30
Http\Response::setContentLength
  • References/PHP/Phalcon/Http/Response

public setContentLength (mixed $contentLength) Sets the response content-length

2025-01-10 15:47:30
Http\Response::sendHeaders
  • References/PHP/Phalcon/Http/Response

public sendHeaders () Sends headers to the client

2025-01-10 15:47:30
Http\Response::setJsonContent
  • References/PHP/Phalcon/Http/Response

public setJsonContent (mixed $content, [mixed $jsonOptions], [mixed $depth]) Sets HTTP response

2025-01-10 15:47:30
Http\Response::sendCookies
  • References/PHP/Phalcon/Http/Response

public sendCookies () Sends cookies to the client

2025-01-10 15:47:30
Http\Response\Cookies::delete
  • References/PHP/Phalcon/Http/Response/Cookies

public delete (mixed $name) Deletes a cookie by its name This method does not removes cookies from the _COOKIE superglobal

2025-01-10 15:47:30
Http\Response::setStatusCode
  • References/PHP/Phalcon/Http/Response

public setStatusCode (mixed $code, [mixed $message]) Sets the HTTP response code

2025-01-10 15:47:30
Http\Response\Headers::remove
  • References/PHP/Phalcon/Http/Response/Headers

public remove (mixed $header) Removes a header to be sent at the end of the request

2025-01-10 15:47:30