Zend
200-530 · Question #459
You want to send an HTTP cookie without URL encoding the cookie value. Which of the Following functions will you use?
The correct answer is C. setrawcookie(). See the full explanation below for the reasoning.
Question
You want to send an HTTP cookie without URL encoding the cookie value. Which of the Following functions will you use?
Options
- Asetcookie()
- Bheaders_sent()
- Csetrawcookie()
- Dheaders_list()
How the community answered
(53 responses)- A4% (2)
- B13% (7)
- C79% (42)
- D4% (2)
Community Discussion
No community discussion yet for this question.