Thursday, 15 August 2013

PHP: Double square brackets after a variable?

PHP: Double square brackets after a variable?

echo $a['b']['b2'];
What does the value in the brackets refer to? Thanks.

No comments:

Post a Comment