Response::file()
Creates a response for a file and sends the file content to the browser
Response::file(string $file, array $props = [ ]): Kirby\Cms\Response
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $filerequired | string |
no default value | |
| $props | array |
[ ]
|
Custom overrides for response props (e.g. headers) |
Return type
Parent class
Kirby\Cms\Response
inherited from Kirby\Http\Response