alirezax5/x-convert

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2023-03-31 09:07 UTC

This package is auto-updated.

Last update: 2024-10-30 02:28:50 UTC


README

file size & time unit convert

install :

composer require alirezax5/x-convert

ex :

<?php
include_once 'vendor/autoload.php';
use alirezax5\XConvert\XConvert;

echo XConvert::convertFileSize('1','GB','MB');
echo '</br>';
echo XConvert::convertTimeUnit('1','ms','s');