I am new to PHP and have read a tutorial where I did not understand something in the code:
What does it mean when $names = []; is in a PHP script?
Its the same as array(). This syntax is valid since PHP 5.4.
$array = [1, 2, 3, 4];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With