Get the file extension in PHP
A simple function to get the extension of a file. Meet pathinfo().
<?php $extension = pathinfo($filename, PATHINFO_EXTENSION); ?>
Did you like that post?
You can suscribe to the
RSS feed
or follow
@neatcoder
on Twitter
.