Hello Arnold, I added glob directory stream support. Now you can do two things:
$d1 = new DirectoryIterator("glob://mydir/*");
$d2 = new DirectoryIterator("mydir/*", DirectoryIterator::USE_GLOB);
count() stuff will follow.
Best regards,
Marcus
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
