getfiletype_lib
Proto type
string getfiletype_lib (string filename)
Description
해당 파일의 확장자를 반환한다.
Arguments
(string) filename - file name or path
Example
<?php
$a = getfiletype_lib ('aaa.txt');
# print "txt"
echo $a;
?>
See also
None
Last updated
Was this helpful?