Ejemplo n.º 1
0
 public static function hasfile($key, $strict = true)
 {
     return Req::haskey($_FILES, $key, $strict);
 }