PHP - String Functions
You have a string
$data = "\t
Example Text
\t" with tabs, newlines, and spaces around it. Which PHP function call will remove all these whitespace characters from both ends?