check_file

5 common.inc check_file($filename)
6 common.inc check_file($filename)

Related topics

File

includes/common.inc, line 982
Common functions that many Drupal modules will need to reference.

Code

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