Home »
MCQs »
FuelPHP MCQs
Which of the following cookie class methods is used to create a Cookie variable?
59. Which of the following cookie class methods is used to create a Cookie variable?
- Create()
- Set()
- Use()
- New()
Answer: B) Set()
Explanation:
To create a Cookie variable, use the set method.