check_file

Versions
4.6 – 7
check_file($filename)

Code

includes/common.inc, line 971

<?php
function check_file($filename) {
  return is_uploaded_file($filename);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.