Zend
200-710 · Question #76
From your PHP application, how can you send the same header twice, but with different values?
The correct answer is A. Set the second argument of the header() function to false. See the full explanation below for the reasoning.
Question
From your PHP application, how can you send the same header twice, but with different values?
Options
- ASet the second argument of the header() function to false
- BPHP does that automatically
- CYou may only send a particular type of header once
- DUse the header_add() function
How the community answered
(52 responses)- A71% (37)
- B4% (2)
- C8% (4)
- D17% (9)
Community Discussion
No community discussion yet for this question.