Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akulubala/24e3bac34f34098a9aec4cb92eac2fe1 to your computer and use it in GitHub Desktop.
Save akulubala/24e3bac34f34098a9aec4cb92eac2fe1 to your computer and use it in GitHub Desktop.
数字转字符
$strArrays = array_merge(range('a', 'z'), range('AA', 'ZZ'));
echo $strArrays[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment