$candy = array(); foreach ($foo as $bar) { $candy []= $bar; } echo join("\n", array_reverse($candy));