int convertbytes( string bytes [, string unit] )
Converts bytes.
bytes | Number value of bytes or number value with extension: " bytes", " KB", " MB", " GB", " TB", " PB", " EB", " ZB", " YB" |
---|---|
unit |
Convert byte unit: "bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" [ If false, "bytes" is used. ] |
$vif->convertbytes($bytes, $unit);
ImageTools - Version 1.5 © 2006-2007 Veqa. All rights reserved.