連想配列 2021.07.102022.03.24 <?php$price = array(“apple” => “100円”, “orange” => “300円”, “grape” => “800円”);echo $price[“apple”];?>