Q. Which PHP function trims whitespace from both ends of a string?
β
Correct Answer: (B)
trim()
Explanation: trim() removes whitespace from both ends.