ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
int.ilFileDeliveryService.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\FileDelivery;
4 
11 {
12 
21  public static function deliverFileAttached($path_to_file, $download_file_name = '', $mime_type = '', $delete_file = false);
22 
23 
30  public static function streamVideoInline($path_to_file, $download_file_name = '');
31 
32 
39  public static function deliverFileInline($path_to_file, $download_file_name = '');
40 
41 
49  public static function returnASCIIFileName($original_filename);
50 }
static streamVideoInline($path_to_file, $download_file_name='')
static deliverFileAttached($path_to_file, $download_file_name='', $mime_type='', $delete_file=false)
static returnASCIIFileName($original_filename)
Converts a UTF-8 filename to ASCII.
static deliverFileInline($path_to_file, $download_file_name='')