Show Output
Using PHP strtr() Function in Different Arguments Modes
"x1"); // Performing replacement echo strtr($str, "wo", "x1")."
"; echo strtr($str, $replace_array); ?>