Help for this page
$accum = ''; for ( $var ) { ... if ( $_ < 9 ) { last; } else { $accum = 'b'.$accum; } $accum = 'a'.$accum; }