<?php $size ='12,2'; $unit = 'b'; var_dump(round($size * pow(1024, stripos('bkmgtpezy', $unit[0])))); var_dump(round((float) $size));
You have javascript disabled. You will not be able to edit any code.