The Directories function opendir(string path)
As of PHP 4.3.0 path can also be any URL which supports directory listing

This returns false eventhough the URL supports directory listing?

opendir (http://www.fu.bar/images/);

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to