• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

code php rar

  1. Admin

    Share code php giải nén .rar

    Tạo 1 file bất kỳ ví dụ giainen.php dán code này vào <?php $name="example.rar"; //tên file $path="/files/"; //thư mục chứa file $get=rar_open($name.$path); $getl=rar_list($get); foreach($getl as $file){ $extract=rar_get_entry($get, $file); //giải nén vào thư mục } rar_close($get); ?>
Back
Top