php数组函数,遍历数组的几种方法 数组创建: 1.array(): 生成一个数组 $a=array(“Dog”,”Cat”,”Horse”);  … Continue reading php数组函数,遍历数组的几种方法