Hi,
nach wilder Diskutiererei im Chat ist folgende Version als die einzig wahre anzusehen ;-)
<?php
»» $fd = opendir ('.');
»» while ($entry = readdir($fd))
»» {
»» if($entry == "." and $entry="..") continue;
»» $entries[] = $entry;
»» }
»» closedir($handle);
?>
jan