Advertisement
Peaser

ayy

Oct 3rd, 2015
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. //Replaces with spaces the braces in cases where braces in places cause stasis
  2.    $str = str_replace(array("\{","\}")," ",$str);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement