Show Output
Remove Whitespace from the Right Side of a String in PHP
Before:"; echo "
$str
"; echo "
After:
"; echo "
$rtrimmed_str
"; ?>