Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Last active August 25, 2018 11:35
Show Gist options
  • Save hamzaali00001/245f33f1c69e3e8ecd5ad218c9f54940 to your computer and use it in GitHub Desktop.
Save hamzaali00001/245f33f1c69e3e8ecd5ad218c9f54940 to your computer and use it in GitHub Desktop.
<?php
if (!function_exists('human_file_size')) {
function human_file_size($bytes, $decimals = 2)
{
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment