1.2.1583. ext/rar¶
Extension RAR.
Rar is a powerful and effective archiver created by Eugene Roshal. This extension gives you possibility to read Rar archives but doesn’t support writing Rar archives, because this is not supported by the UnRar library and is directly prohibited by its license.
<?php
$arch = RarArchive::open(example.rar);
if ($arch === FALSE)
die(Cannot open example.rar);
$entries = $arch->getEntries();
if ($entries === FALSE)
die(Cannot retrieve entries);
?>
See also Rar archiving and rarlabs.
1.2.1583.1. Specs¶
Short name |
Extensions/Extrar |
Rulesets |
|
Exakat since |
0.8.7 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |