yes it is an answer to my problem
i have had generate using:
foreach( range('a', 'z') as $letter ) {
$alphabet[] = $letter;
}
$alphabet = array_values ($alphabet);
until i notice the function read a query
i can use your function to generate a "non query" listbox wich is faster than connecting to a db just for this task