Skip to content

Instantly share code, notes, and snippets.

@wasipo
Created November 20, 2019 01:36
Show Gist options
  • Save wasipo/0eec01ca29e04ab206fc58b05281d14e to your computer and use it in GitHub Desktop.
Save wasipo/0eec01ca29e04ab206fc58b05281d14e to your computer and use it in GitHub Desktop.
<?php
$箱 = [];
$箱[] = '人形';
$箱[] = 'プラレール';
$箱[] = 'トミカ';
var_dump($箱);
$タンス = [];
$タンス[] = '春物';
$タンス[] = '夏物';
$タンス[] = '秋物';
$タンス[] = '秋物';
var_dump($タンス);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment