Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $str = "Hello - world, c., US, US";
  4.  
  5. echo rtrim($str,", US");
  6.  
  7. ?>
  8.  
  9. Hello - world, c.
Add Comment
Please, Sign In to add comment