PHP code example of alirezax5 / x-convert
1. Go to this page and download the library: Download alirezax5/x-convert 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/ */
alirezax5 / x-convert example snippets
irezax5\XConvert\XConvert;
echo XConvert::convertFileSize('1','GB','MB');
echo '</br>';
echo XConvert::convertTimeUnit('1','ms','s');