how to hack this php class for parse ZIP file in random or specific order
Posted
by Jesse
on Stack Overflow
See other posts from Stack Overflow
or by Jesse
Published on 2010-01-16T07:14:38Z
Indexed on
2010/03/12
2:07 UTC
Read the original article
Hit count: 199
php
My English is poor so I will make it short. Right now, I have imzip.zip which has three txt files:
a.txt
b.txt
c.txt
When I try to load imzip.zip using:
http://pastebin.com/m1d974990
It loads the files alphabetically. In this case:
a.txt
b.txt
c.txt
However, I would like to be able to have the class load on different variables such as by size, date or simply random.
The problem is I have no idea how I would go about modifying the class to fit my needs.
I would really appreciate your help! :D
© Stack Overflow or respective owner