cuonghuynh
9/12/2018 - 5:19 AM

Get memory usage in MB

Get memory usage in MB

echo round((memory_get_usage() / 1024 / 1024, 2) . ' MB' . PHP_EOL;