Skip to content
WJunction - Webmaster Forum

unrar php recursive function

Status
Not open for further replies.

4 comments

Thanks but with this only extract one time. I don´t explain it very well.

I have a big rar, when I extract the rar, inside have a lot of rars.

So I need a function which I call it with directory and recursively extrar all rars files inside the directory.

Thanks

pd : Sorry for my poor english.
 
Thanks but with this only extract one time. I don´t explain it very well.

I have a big rar, when I extract the rar, inside have a lot of rars.

So I need a function which I call it with directory and recursively extrar all rars files inside the directory.

Thanks

pd : Sorry for my poor english.
Use opendir to get list of all the files and see if they ends with .rar extension! If they then unrar it using command above
 
Status
Not open for further replies.

About the author

I
Active Member · Joined
323
Messages
4
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom