str_replace: Tìm và thay thế // str_replace("abc", "xyz", $str);

$str = "abc_ABC_abc";

echo str_replace("abc", "xyz", $str);

0 comments :

Post a Comment