PHP Class Spatie\Backup\Helpers\Format

Show file Open project: spatie/laravel-backup Class Usage Examples

Public Methods

Method Description
ageInDays ( Carbon\Carbon $date ) : string
emoji ( boolean $bool ) : string
humanReadableSize ( integer $sizeInBytes ) : string

Method Details

ageInDays() public static method

public static ageInDays ( Carbon\Carbon $date ) : string
$date Carbon\Carbon
return string

emoji() public static method

public static emoji ( boolean $bool ) : string
$bool boolean
return string

humanReadableSize() public static method

public static humanReadableSize ( integer $sizeInBytes ) : string
$sizeInBytes integer
return string