Changes between Initial Version and Version 1 of Ticket #14889, comment 28
- Timestamp:
- 06/08/11 12:59:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14889, comment 28
initial v1 5 5 ( $bytes = (float) $size ) 6 6 && ( $last = strtolower( substr( $size, -1 ) ) ) 7 && ( $pos = strpos( ' kmg', $last , 1 ) )7 && ( $pos = strpos( ' kmg', $last , 1 ) ) 8 8 && $bytes = round( $bytes * pow( 1024, $pos ) ) 9 9 ;
