mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
Correcting comment.
This commit is contained in:
parent
f21161ef46
commit
cdda1bfb17
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class CakeResponse {
|
||||||
* e.g `header('WWW-Authenticate: Negotiate');`
|
* e.g `header('WWW-Authenticate: Negotiate');`
|
||||||
*
|
*
|
||||||
* ### Array of string headers
|
* ### Array of string headers
|
||||||
* e.g `header(array('WWW-Authenticate: Negotiate'), array('Content-type: application/pdf'));`
|
* e.g `header(array('WWW-Authenticate: Negotiate', 'Content-type: application/pdf'));`
|
||||||
*
|
*
|
||||||
* Multiple calls for setting the same header name will have the same effect as setting the header once
|
* Multiple calls for setting the same header name will have the same effect as setting the header once
|
||||||
* with the last value sent for it
|
* with the last value sent for it
|
||||||
|
|
Loading…
Add table
Reference in a new issue