<?php for ($i = 1; $i <5; $i++) { $username[] = array( 'id'=>$i, 'user'=>'Yin', 'xingbie'=>'男', 'age'=>'35', 'icon'=>'1.jpg' ); } ?>