Get the suffix name of the file name, And convert the extension to lowercase.
public static string Asf_Util::fileExt(string $filename)
The full file name, eg xxxx.doc, xxx.xls, xxx.tar.gz
Returns the suffix name, or FALSE on failure
<?php // doc var_dump(Asf_Util::fileExt("test.Doc"));