<?php ereg_replace($pattern,$replacement,$string) ?>
<?php $string = "This is a test"; echo str_replace(" is", " was", $string)."<br>"; echo ereg_replace("( )is", "\\1was", $string)."<br>"; echo ereg_replace("(( )is)", "\\2was", $string)."<br>"; ?>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท