What is the difference between declaring:
$myArray = Array();
and:
$myArray = [];
What is the difference between declaring:
$myArray = Array();
and:
$myArray = [];
There's no difference, it's just two alternative syntaxes. See https://www.php.net/manual/en/language.types.array.php