Please answer this simple SPAM challenge: min(four, three)? (Example: nine)
$si_prefix = array( 'B', 'KB', 'MB', 'GB', 'TB', 'EB', 'ZB', 'YB' );you are missing the petabyte after terabyte 'B', 'KB', 'MB', 'GB', 'TB', 'EB', 'ZB', 'YB' should look like 'B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'
<< Back to user notes page