Welcome to the Planet Gentoo archives. Also available for Gentoo Universe.

insert($item); } } public function compare($b, $a) { return strcmp($b->getRealpath(), $a->getRealpath()); } } foreach (new SortedFileIterator(new FilesystemIterator('.')) as $entry) { if (!$entry->isDir()) continue; $path = $entry->getFileName(); echo "
$path
"; foreach (new SortedFileIterator(new FilesystemIterator($entry)) as $file) { if (!$file->isFile()) continue; $filename = $file->getFileName(); $basename = $file->getBaseName('.html'); echo "\n"; } echo "

"; } $last_updated = date('F j, Y, H:i T'); ?>