strtr()
strtr(string,from,to)
strtr(string,array)
string1
from
array
echo strtr("Hilla Warld","ia"," eo");
?>
Hello World
$arr = array("Hello" => "Hi", "world" = > "地球");
echo strtr("Hello world",$arr);>
.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/319758.html技術記事 ︺€?璇羶strtr(string,from,to)鴴欬€?strtr(string,array)鍙四暟階忚 Kan string1 鹇呴渶銆悝瀹氲杞崲鄄勫瓧绗︿カバー銆?...