Way to get all alphabetic chars in an array in PHP? October 19, 2022 by Tarik $alphas = range('A', 'Z'); Documentation: https://www.php.net/manual/en/function.range.php