$part,'path'=>$accum]; } } // Hitung total folder & video (untuk beranda) $totalFolders = count(glob($dir.'*', GLOB_ONLYDIR)); $totalVideos = count(glob($dir.'*.mp4')) + array_sum(array_map(function($f){ return count(glob($f.'/*.mp4')); }, glob($dir.'*', GLOB_ONLYDIR))); ?>