Home »
MCQs »
Zend Framework MCQs
Which of the following method will clear all the cookies in the given URI?
59. Which of the following method will clear all the cookies in the given URI?
- Reset()
- Clear()
- Null()
Answer: A) Reset()
Explanation:
The reset() method will clear all the cookies in the given URI.