Source Code:
(back to article)
<?php $string = 'Hello World! '; echo rtrim($string); ?>
Result:
Report an issue