Q. Which PHP function writes data to a file?
β
Correct Answer: (C)
file_put_contents()
Explanation: file_put_contents() writes data to a file.