php type file code example Example: php get filetype <?php echo filetype('/etc/passwd'); // file echo filetype('/etc/'); // dir ?>