Here's how to add elements to an empty array in PHP: First, create an empty array: ``` $cart = array(); ``` To add elements to the array, you can use either ...
確定! 回上一頁