Zend
200-550 · Question #53
Which of the following can NOT be used to send a cookie from within a PHP application?
The correct answer is B. $_COOKIE. See the full explanation below for the reasoning.
Question
Which of the following can NOT be used to send a cookie from within a PHP application?
Options
- Aheader()
- B$_COOKIE
- Csetcookie()
- Dsetrawcookie()
How the community answered
(30 responses)- A3% (1)
- B77% (23)
- C13% (4)
- D7% (2)
Community Discussion
No community discussion yet for this question.