Source Code:
(back to article)
<?php $string = "Hello, World!"; $trimmed_string = chop($string, "ld!"); echo $trimmed_string; ?>
Result:
Report an issue