<?php $result = [1,2,3,4]; $row = end($result); do{ echo $row."\n"; }while($row = prev($result));
You have javascript disabled. You will not be able to edit any code.