Creating a new array?
Ya what I meant was can be any name for the variable right? But in this case, it writes in $food['fruits']
$food['fruits'] has a basic type. With $food['fruits'] = array() we initialize it as an array. It is why we can do array_push() function on it
Обсуждают сегодня