Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function fuck_it($content){
  2. $letters = array("a","e","i","o","u","m","f");
  3. $rep = array("__-_++","// =_","^+_+_"," /+/+ ","**_ ",",,_^_","==__ ");
  4.  
  5. return str_replace($letters, $rep, $content);
  6. }
Add Comment
Please, Sign In to add comment