简单教程
提交运行
代码编辑器:
<?php $arr = array("Hello" => "Hi", "world" => "earth"); echo strtr("Hello world",$arr);
运行结果: