Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のことを行う方法はありますか。
$array1 = array( "two" => "2", "three" => "3") $array2 = array("two", "three", "four")
array2の値とarray1のキーを一致させたい。array1マッチングしたら、の値を出力したい。
array2
array1
ありがとうございました