Click to See Complete Forum and Search --> : Using zip_entry_filesize


J.C.
05-25-2003, 03:56 PM
I have a script I'm working on that has a final value used called $file, I would like to show the file size of said file, but all I can find to read and study is the definition of the zip_entry_filesize tag.

AGHHHHHHHHHHHHHHHHHHHHH!

AdamGundry
05-25-2003, 04:09 PM
Presumably you should be using the filesize() (http://www.php.net/manual/en/function.filesize.php) function?

Adam

J.C.
05-25-2003, 04:26 PM
DOH! Thankie!