Hi,
Aside from the obvious recursive syntax for initialization,
$x = array( ... array( ...)),
what is the best way to deal with multi-dimensional arrays in PHP?
It seems there is no syntax like $x[i][j][k]???
Thanks, Dave.
Aside from the obvious recursive syntax for initialization,
$x = array( ... array( ...)),
what is the best way to deal with multi-dimensional arrays in PHP?
It seems there is no syntax like $x[i][j][k]???
Thanks, Dave.
Comment