Jump to content

Unrar in php


etrader

Recommended Posts

No, I cannot run rar_open(), but I can unrar in php by this command

$string='unrar e -y /path/to/file';
exec($string);

 

My issue is that I am looking for a way to put the name of rar file in the unrared files. For example: file.rar containing ebooks; I want to unrar it to

file-ebook1.pdf

file-ebook2.pdf

....

 

Link to comment
https://forums.phpfreaks.com/topic/242982-unrar-in-php/#findComment-1248029
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.