PHP Класс CRUDlex\StreamedFileResponse

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getStreamedFileFunction ( string $file ) : Closure Generates a lambda which is streaming the given file to standard output.

Описание методов

getStreamedFileFunction() публичный Метод

Generates a lambda which is streaming the given file to standard output.
public getStreamedFileFunction ( string $file ) : Closure
$file string the filename to stream
Результат Closure the generated lambda