mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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');`
|
||||
*
|
||||
* ### 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
|
||||
* with the last value sent for it
|
||||
|
|
Loading…
Add table
Reference in a new issue