<?php const OUR_OFFICE = [ "Japan" => "Tokyo Shibuya Office", "Taiwan" => "Taipei Shilin Office", "Korea" => "Seoul Yongsan Office", "Singapore" => "Singapore Novena Office", "Australia" => "Sydney Darlinghurst Office", ]; print_r(OUR_OFFICE);
You have javascript disabled. You will not be able to edit any code.