I have an array like a one way list:
array( \'data1\' => , \'next\' => array( \'data2\' => ,
Use the native reverse functions, or:
$myArray[count($myArray) - ++$index]