Skip to content

Instantly share code, notes, and snippets.

@breenie
Created February 7, 2017 12:02
Show Gist options
  • Select an option

  • Save breenie/1720cfd0f66973104e702dc4bba6ade3 to your computer and use it in GitHub Desktop.

Select an option

Save breenie/1720cfd0f66973104e702dc4bba6ade3 to your computer and use it in GitHub Desktop.
PHP get file extension
<?php
substr(strrchr($filename, '.'), 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment