I want to know if there is a difference, and what is the difference between declaring a variable as [] and as array()
i.e
Difference between $p=[] and $p=array()
I want to know if there is a difference, and what is the difference between declaring a variable as [] and as array()
i.e
Difference between $p=[] and $p=array()