I'm creating an array of alphabet letters.. It's cluttering the code and doesn't look too good for readability. Does PHP have a cleaner way or a function that already returns the alphabet in an array?
array ('a','b','c','d','e','f','g'..........................................);