Your reply.
You can add a http header. But you can't if body is already sent.
Are headers already sent?
Syntax sugar to write data
Force sending of headers.
You can set a cookie. But you can't if body is already sent.
Write data
Retrieve all cookies
Output status
Set response status. Default is 200 (OK)
See Implementation
Your reply.