We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8778a7c commit b0ac56dCopy full SHA for b0ac56d
user_guide_src/source/outgoing/response.rst
@@ -57,6 +57,10 @@ which can be either a string or an array of values that will be combined correct
57
Using these functions instead of using the native PHP functions allows you to ensure that no headers are sent
58
prematurely, causing errors, and makes testing possible.
59
60
+.. note:: This method just sets headers to the response instance. So, if you create
61
+ and return another response instance (e.g., if you call :php:func:`redirect()`),
62
+ the headers set here will not be sent automatically.
63
+
64
appendHeader()
65
^^^^^^^^^^^^^^
66
0 commit comments