Метод | Описание | |
---|---|---|
bytes ( integer $bytes, string $force_unit = null, string $format = null, boolean $si = true ) : string | Returns human readable sizes. Based on original functions written by Aidan Lister and Quentin Zervaas. | |
human_time_diff ( integer $from, integer $to = null ) : string | Determines the difference between two timestamps. | |
path ( $array, $path, &$found, $delimiter = '.' ) : boolean | Gets a value from an array using a dot separated path. |