>>398
foreach (range('A','Z') as $c) echo $c;

echo implode(range('A','Z'));
一つずつの意味がよくわからんけどこういうことがしたいのかな。