Show Output
Chop Whitespace from the End of a String in PHP
Before:"; echo "
$str
"; echo "
After:
"; echo "
$chopped_str
"; ?>