getfiletype_lib
Proto type
string getfiletype_lib (string filename)Description
Arguments
(string) filename - file name or pathExample
<?php
$a = getfiletype_lib ('aaa.txt');
# print "txt"
echo $a;
?>See also
Last updated