Home »
MCQs »
Laravel MCQs
The ____function may be used to connect the response to headers?
46. The ____function may be used to connect the response to headers?
- Header()
- Router()
- Namespace()
- Response()
Answer: A) Header()
Explanation:
The header() function may be used to connect the response to headers.