O

A B C D E F H I L M N O P R S T U V W X Z

  • Ordnergröße auslesen
    <? function dir_size($dir, $size = 0) {     $handle = opendir($dir);     while ($file = readdir($handle)) {         if ($file == '.' || $file == '..') continue;         $full_path = ...