Bytes Archive

  • programming-php-thumbnail-with-php-logo-new

    Format bytes with PHP – B, KB, MB, GB, TB, PB, EB, ZB, YB converter

    Simple PHP function that formats the bytes to the desired form. Possible unit options are: Byte (B) Kilobyte (KB) Megabyte (MB) Gigabyte (GB) Terabyte (TB) Petabyte (PB) Exabyte (EB) Zettabyte (ZB) Yottabyte (YB) Function takes three parameter: (bytes mandatory, unit optional, decimals optional) PHP byteFormat...

    Full Story