<?php $arr = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'); $str = ltrim(strrev(chunk_split(implode(array_reverse($arr)), 3, ';')), ';'); echo $str;
You have javascript disabled. You will not be able to edit any code.