1 | <?php |
||
8 | class Utils |
||
9 | { |
||
10 | /** |
||
11 | * Turns a byte value into a human-readable representation. |
||
12 | * |
||
13 | * @param int $value Amount of bytes |
||
14 | * |
||
15 | * @return array Human readable value and unit |
||
16 | */ |
||
17 | public static function getHumanReadableBytes($value) |
||
29 | |||
30 | public static function isSequential(array $array) |
||
34 | } |
||
35 |