Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. $q = "kartinka.jpg";
  2.  
  3. $newName = str_replace('inka', '', $q);
  4.  
  5. echo $newName;
Add Comment
Please, Sign In to add comment