Answers for "get file size by its path in php"

PHP
1

get file size in php

$img = get_headers("file URL", 1);
echo $img["Content-Length"];
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language