Q. Which PHP function logs an error message?
β
Correct Answer: (B)
error_log()
Explanation: error_log() sends errors to logs or email.