Gentoo Logo
Gentoo Logo Side
Gentoo Spaceship


Bugs? Comments? Suggestions? Contact us!

Powered by:
Planet Venus

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 "
{$basename}
\n"; } echo "

"; } ?>