Home »
MCQs »
FuelPHP MCQs
A Cookie variable is read using which of the following cookie class methods?
60. A Cookie variable is read using which of the following cookie class methods?
- Read()
- Instance()
- Get()
Answer: C) Get()
Explanation:
A Cookie variable is read using the get method.