check_file

Definition

check_file($filename)
includes/common.inc, line 840

Code

<?php
function check_file($filename) {
  return is_uploaded_file($filename);
}
?>
 
 

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.