File.php
system/Files/File.php
1 class
11 methods
class File
Wrapper for PHP's built-in SplFileInfo, with goodies.
__construct
(string $path, bool $checkFile = false)
getSize
()
getSizeByBinaryUnit
(FileSizeUnit $unit = FileSizeUnit::B, int $precision = 3)
getSizeByMetricUnit
(FileSizeUnit $unit = FileSizeUnit::B, int $precision = 3)
getSizeByUnit
(string $unit = 'b')
guessExtension
()
getMimeType
()
getRandomName
()
move
(string $targetPath, ?string $name = null, bool $overwrite = false)
getDestination
(string $destination, string $delimiter = '_', int $i = 0)
getSizeByUnitInternal
(int $fileSizeBase, FileSizeUnit $unit, int $precision)