To create an array, you use the array() construct: $myArray = array( values );. To create an indexed array, just list the array values inside ...
確定! 回上一頁