Beispiel #1
0
 /**
  * Return the raw contents of a binary file.
  *
  * @param \SplFileInfo|string $file
  * @param array $headers
  * @return \Symfony\Component\HttpFoundation\BinaryFileResponse 
  * @static 
  */
 public static function file($file, $headers = array())
 {
     return \Illuminate\Routing\ResponseFactory::file($file, $headers);
 }