Sum of size of files in directory

see title

$bytes = array_sum(array_map("filesize"", glob("*")));

Usage

drop in.


Comments

Add your comment