function check_file

Archivo

drupal-6.x/includes/common.inc, line 1082
Common functions that many Drupal modules will need to reference.

Código

function check_file($filename) {
  return is_uploaded_file($filename);
}