PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_WebDAV_Client » Bug #9373

scandir doesn't return file sizes

Details

Request #9373scandir doesn't return file sizes
Submitted2006-11-18 01:03 UTC
Fromlatchkey at php dot net
StatusBogus
PackageHTTP_WebDAV_Client
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-11-18 01:03 UTC] latchkey at php dot net

Description:
------------
Right now, it is easy to get a list of file names. It would be really cool if there way a way to also get the file size information out of dir_opendir()/scandir(). That way, I can look at a directory of files and get a list of filenames and their sizes.