Class File extends System
Inheritance:
- System
 - File
 
/system/libraries/File.php line 40
  Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Class File
 Provide methods to handle files.
Methods
- protected fputs(mixed $varData, string $strMode)
 - protected getIcon()
 - protected getMimeInfo()
 - protected getMimeType()
 - public append(mixed $varData)
 - public close()
 - public delete()
 - public getContent()
 - public getContentAsArray()
 - public write(mixed $varData)
 - public __construct(string $strFile) overrides System::__construct()
 - public __destruct()
 - public __get(string $strKey)
 
Properties
- protected array $arrImageSize
 - protected array $arrPathinfo
 - protected resource $resFile
 - protected string $strFile
 

Add a comment