Home »
MCQs »
FuelPHP MCQs
Which of the following Request class methods returns all the parameters as an array?
23. Which of the following Request class methods returns all the parameters as an array?
- Active
- Param
- Params
Answer: C) Params
Explanation:
Params Request class method returns all the parameters as an array.