A simple approach to initialize an array in PHP is using the array() construct. It takes "key => values" pairs, where key may be of type string or integer.
確定! 回上一頁