Home »
MCQs »
FuelPHP MCQs
How many arguments does the Response class provide in FuelPHP to create the HTTP response?
24. How many arguments does the Response class provide in FuelPHP to create the HTTP response?
- 4
- 5
- 3
- 2
Answer: C) 3
Explanation:
The response class provides three arguments to create the HTTP response:
- $Body
- $status_code
- $headers