tryphp_func_string_strtr2.php:
"Hi", "world" => "earth"); echo strtr("Hello world",$arr); ?>
Hi earth