Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php get filetype

<?php
echo filetype('/etc/passwd');  // file
echo filetype('/etc/');        // dir
?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #filetype
ADD COMMENT
Topic
Name
7+9 =