◆ provideFilenames()
  
  
      
        
          | static ILIAS\Filesystem\Util\FilenameSanitizing::provideFilenames  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Definition at line 29 of file FilenameSanitizing.php.
   32             [
"Control\u{00a0}Character", 
'ControlCharacter'],
    33             [
"Soft\u{00ad}Hyphen", 
'SoftHyphen'],
    34             [
"No\u{0083}Break", 
'NoBreak'],
    35             [
"ZeroWidth\u{200C}NonJoiner", 
'ZeroWidthNonJoiner'],
    36             [
"ZeroWidth\u{200d}Joiner", 
'ZeroWidthJoiner'],
    37             [
"Invisible\u{2062}Times", 
'InvisibleTimes'],
    38             [
"Invisible\u{2063}Comma", 
'InvisibleComma'],
    39             [
"Funky\u{200B}Whitespace", 
'FunkyWhitespace'],
  
 
 
◆ testSanitize()
      
        
          | ILIAS\Filesystem\Util\FilenameSanitizing::testSanitize  | 
          ( | 
          string  | 
          $filename,  | 
        
        
           | 
           | 
          string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: