";
echo "| " . ($is_dir ? "" . $file . "" : $file) . " | ";
echo "" . ($is_dir ? '-' : filesize($full_path) . " KB") . " | ";
echo "" . date("F d Y H:i:s", filemtime($full_path)) . " | ";
echo "" . substr(sprintf('%o', fileperms($full_path)), -4) . " | "; // ??????? ?????
echo "
| ";
echo "
";
}
}
?>