Get a file extension from file name
It's sound...crazy but sometime it's really useful. :). You can reuse it many times in your application.
<?php
function getfileextension($filename) {
return substr(strrchr($filename,'.'),1);
}
?>
Written by Quoc Toan
Related protips
1 Response
Or php's built in function pathinfo
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Related Tags
#php
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#