Source Code:
(back to article)
<?php $string = "apple,banana,orange,"; echo $string = rtrim($string, ",");
Result:
Report an issue