• 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.

Admin

Well-Known Member
Staff member
Administrator
Tạo 1 file bất kỳ ví dụ giainen.php dán code này vào
PHP:
<?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);
?>
 

Facebook Comments

New posts New threads New resources

Back
Top