Back to PhocacartFile class

Method getExtension

public static
getExtension
(mixed $file_name)

Method getExtension - Source code

public static function getExtension($file_name)
{
    return strtolower(substr(strrchr($file_name, "."), 1));
}