3 => 'b',
1 => 'c',
'd'
);
echo $a[4]; //d
why it will print "d"? how php index this array?
Please format the code you posted, by wrapping it in triple backticks. -> `
arrays start at 0
Because you confused the fuck ouf of your array with those keys 😂
Обсуждают сегодня