demo_func_filesystem_filetype.php:
<!DOCTYPE html> <html> <body> <?php echo filetype("test.txt"); ?> </body> </html>