Assuming 1048576 is required, the following 2 results were found.
{ if ($bytes >= 1073741824) { $bytes = number_format($bytes / 1073741824, 2) . ' GB'; } elseif ($bytes >= 1048576) { $bytes = number_format($bytes / 1048576, 2) . ' MB'; } elseif ($bytes >= 1024) { $bytes = number_format($bytes / 1024, 2) . ' KB'; }...
L 2048 800 M 4096 1000 N 8192 2000 O 16384 4000 P 32768 8000 Q 65536 10000 R 131072 20000 S 262144 40000 T 524288 80000 U 1048576 100000 V 2097152 200000 W 4194304 400000 X 8388608 800000 Y 16777216 1000000 Z 33554432 2000000 All Drives 67108863...