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.
例 - 名前付きインデックスまたはハッシュを持つ配列。PHP コードのようなもの。
$array = array( "foo" => "some foo value", "bar" => "some bar value",);
ありがとう