How to define array. <?php $arr = array(10,11,12,13,14,15); echo $arr[0]; ?> Output 10. In the above example This method is to create a numeric array.
確定! 回上一頁