If you want to push elements in key-value pairs into a PHP array, you need to use the square brackets [] . <?php $array = ["name" => "John Doe"] ...
確定! 回上一頁