PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $text = "sdfg’fsfdsfdsfdf‘fgfsdgfs"; $text = str_replace(["’", "‘"], "*", $text); echo $text;
Show:  
Copy Clear