PHP code example of ixnode / php-size-byte
1. Go to this page and download the library: Download ixnode/php-size-byte library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ixnode / php-size-byte example snippets
use Ixnode\PhpSizeByte\SizeByte;
$sizeHumanReadable = (new SizeByte($fileSize))->getHumanReadable();
bash
vendor/bin/php-size-byte -V
bash
php-size-byte 0.1.0 (12-19-2022 01:17:26) - Björn Hempel <[email protected]>