Q. Which PHP function reads raw JSON input from request body?
β
Correct Answer: (B)
file_get_contents('php://input')
Explanation: Used to read raw request body.