Which function outputs text to the browser in PHP?

Explanation:
echo is used to output text or variables in PHP.