Overview

Namespaces

  • CRUDlex

Classes

  • CRUDControllerProvider
  • CRUDData
  • CRUDEntity
  • CRUDEntityDefinition
  • CRUDEntityValidator
  • CRUDMySQLData
  • CRUDMySQLDataFactory
  • CRUDServiceProvider
  • CRUDSimpleFilesystemFileProcessor
  • CRUDStreamedFileResponse

Interfaces

  • CRUDDataFactoryInterface
  • CRUDFileProcessorInterface
  • Overview
  • Namespace
  • Class

Class CRUDStreamedFileResponse

Small utility class to generate functions for streamed responses returning a file.

Namespace: CRUDlex
Located at CRUDStreamedFileResponse.php
Methods summary
public
# getStreamedFileFunction( string $file )

Generates a lambda which is streaming the given file to standard output.

Generates a lambda which is streaming the given file to standard output.

Parameters

$file
the filename to stream
CRUDlex API API documentation generated by ApiGen