si, puoi fare una cosa così
Codice PHP:
$az range("a""z");
foreach(
$az AS $char) {
    
// qui stampi quello che ti serve
    
echo $char;