PHP Class CacheTool\Util\Formatter

Datei anzeigen Open project: gordalina/cachetool Class Usage Examples

Public Methods

Method Description
bytes ( integer $bytes, integer $precision = 2 ) : string
date ( mixed $date, string $format = null ) : string

Method Details

bytes() public static method

public static bytes ( integer $bytes, integer $precision = 2 ) : string
$bytes integer
$precision integer
return string

date() public static method

public static date ( mixed $date, string $format = null ) : string
$date mixed
$format string
return string