Skip to content

Instantly share code, notes, and snippets.

@galen
Last active December 14, 2015 22:28
Show Gist options
  • Save galen/5158100 to your computer and use it in GitHub Desktop.
Save galen/5158100 to your computer and use it in GitHub Desktop.
Easy way to get a file's extension
pathinfo( $file, PATHINFO_EXTENSION );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment