文字列を置換
$str = qGOSZ; $swap= [ "q" => "9", "G" => "6", "O" => "0", "S" => "5", "Z" => "2" ]; echo strtr($str, $swap);
出力
96052