"A", "bbb" => "B", "ccc" => "C", "ddd" => "D", "eee" => "E",
"fff" => "F", "ggg" => "G", "hhh" => "H", "iii" => "I", "jjj" => "J"
);
foreach($test_array as $a => $b){
print $a."=>".$b."
"; }
"; }
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
Go to list of users who liked