"Hi", "world" => "earth"); //echo strtr("Hello world",$arr); $a=strtr($str, $word); // 把str中对应word中的键,都换为word中的值 var_dump($a); outout:string(44) "你好,*丰, 请问你对李四开了个*车"
本文共 187 字,大约阅读时间需要 1 分钟。
"Hi", "world" => "earth"); //echo strtr("Hello world",$arr); $a=strtr($str, $word); // 把str中对应word中的键,都换为word中的值 var_dump($a); outout:string(44) "你好,*丰, 请问你对李四开了个*车"
转载地址:http://qhbfa.baihongyu.com/