Zend
200-710 · Question #221
Which PHP function sets a cookie and URL encodes its value when sending it to the browser?
The correct answer is A. setcookie, setcookie(). You've hit your weekly limit · resets 5am (America/New_York)
State Management
Question
Which PHP function sets a cookie and URL encodes its value when sending it to the browser?
Options
- Asetcookie, setcookie()
- Bsetrawcookie()
- Csetcookie()
- Dsetrawcookie, setrawcookie()
How the community answered
(45 responses)- A82% (37)
- B4% (2)
- C11% (5)
- D2% (1)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#setcookie#URL encoding#cookies#cookie functions
Community Discussion
No community discussion yet for this question.