PHP入门必读(11) $fruit[] = 'papaya'; 你也可以用多維陣列:
$people['David']['shirt'] = 'blue';$people['David']['car'] = 'minivan';$people['Adam']['shirt'] = 'white';$people['Adam']['car'] = 'sedan';一個建立陣列的捷徑為
array()