Answers for "php how to get file extension from entity"

PHP
14

php get file extension from filename

$ext = pathinfo($filename, PATHINFO_EXTENSION);
Posted by: Guest on October-26-2020

Code answers related to "php how to get file extension from entity"

Browse Popular Code Answers by Language