<?php $complexArray = [ [ [ 1, 2, 3, ], 2, [ 1, 2, 3, ], ], 2, 3 ]; [[[$a, $b, $c], $d, [$e, $f, $g]], $h, $i] = $complexArray; var_dump($a, $b, $c, $d, $e, $f, $g, $h, $i);
You have javascript disabled. You will not be able to edit any code.