Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/index_array.php
<?php $a = array(array('a', array('b', 'c', 'd'))); var_dump($a[0][1][2]); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc