<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.compression.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'book.rar.php',
    1 => 'Rar',
    2 => 'Rar Archiving',
  ),
  'up' => 
  array (
    0 => 'refs.compression.php',
    1 => 'Estensioni di compressione',
  ),
  'prev' => 
  array (
    0 => 'class.pharexception.php',
    1 => 'PharException',
  ),
  'next' => 
  array (
    0 => 'rar.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rar/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.rar.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.rar" class="book">
 
 <h1 class="title">Rar Archiving</h1>
 

 
 <div id="intro.rar" class="preface">
  <h1 class="title">Introduzione</h1>
  <p class="simpara">
   Rar is a powerful and effective archiver created by Eugene Roshal.
   This extension gives you possibility to read Rar archives but
   doesn&#039;t support writing Rar archives, because this is not supported
   by the UnRar library and is directly prohibited by its license.
  </p>
  <p class="simpara">
   More information about Rar and UnRar can be found at <a href="http://www.rarlabs.com/" class="link external">&raquo;&nbsp;http://www.rarlabs.com/</a>.
  </p>
 </div>
 

 




 







 




 





 




 




 





<ul class="chunklist chunklist_book"><li><a href="rar.setup.php">Installazione/Configurazione</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="rar.installation.php">Installazione</a></li><li><a href="rar.resources.php">Tipi di risorse</a></li></ul></li><li><a href="rar.constants.php">Costanti predefinite</a></li><li><a href="rar.examples.php">Esempi</a></li><li><a href="ref.rar.php">Rar Funzioni</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.rar-wrapper-cache-stats.php">rar_wrapper_cache_stats</a> — Cache hits and misses for the URL wrapper</li></ul></li><li><a href="class.rararchive.php">RarArchive</a> — The RarArchive class<ul class="chunklist chunklist_book chunklist_children"><li><a href="rararchive.close.php">RarArchive::close</a> — Close RAR archive and free all resources</li><li><a href="rararchive.getcomment.php">RarArchive::getComment</a> — Get comment text from the RAR archive</li><li><a href="rararchive.getentries.php">RarArchive::getEntries</a> — Get full list of entries from the RAR archive</li><li><a href="rararchive.getentry.php">RarArchive::getEntry</a> — Get entry object from the RAR archive</li><li><a href="rararchive.isbroken.php">RarArchive::isBroken</a> — Test whether an archive is broken (incomplete)</li><li><a href="rararchive.issolid.php">RarArchive::isSolid</a> — Check whether the RAR archive is solid</li><li><a href="rararchive.open.php">RarArchive::open</a> — Open RAR archive</li><li><a href="rararchive.setallowbroken.php">RarArchive::setAllowBroken</a> — Whether opening broken archives is allowed</li><li><a href="rararchive.tostring.php">RarArchive::__toString</a> — Get text representation</li></ul></li><li><a href="class.rarentry.php">RarEntry</a> — The RarEntry class<ul class="chunklist chunklist_book chunklist_children"><li><a href="rarentry.extract.php">RarEntry::extract</a> — Extract entry from the archive</li><li><a href="rarentry.getattr.php">RarEntry::getAttr</a> — Get attributes of the entry</li><li><a href="rarentry.getcrc.php">RarEntry::getCrc</a> — Get CRC of the entry</li><li><a href="rarentry.getfiletime.php">RarEntry::getFileTime</a> — Get entry last modification time</li><li><a href="rarentry.gethostos.php">RarEntry::getHostOs</a> — Get entry host OS</li><li><a href="rarentry.getmethod.php">RarEntry::getMethod</a> — Get pack method of the entry</li><li><a href="rarentry.getname.php">RarEntry::getName</a> — Get name of the entry</li><li><a href="rarentry.getpackedsize.php">RarEntry::getPackedSize</a> — Get packed size of the entry</li><li><a href="rarentry.getstream.php">RarEntry::getStream</a> — Get file handler for entry</li><li><a href="rarentry.getunpackedsize.php">RarEntry::getUnpackedSize</a> — Get unpacked size of the entry</li><li><a href="rarentry.getversion.php">RarEntry::getVersion</a> — Get minimum version of RAR program required to unpack the entry</li><li><a href="rarentry.isdirectory.php">RarEntry::isDirectory</a> — Test whether an entry represents a directory</li><li><a href="rarentry.isencrypted.php">RarEntry::isEncrypted</a> — Test whether an entry is encrypted</li><li><a href="rarentry.tostring.php">RarEntry::__toString</a> — Get text representation of entry</li></ul></li><li><a href="class.rarexception.php">RarException</a> — The RarException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="rarexception.isusingexceptions.php">RarException::isUsingExceptions</a> — Check whether error handling with exceptions is in use</li><li><a href="rarexception.setusingexceptions.php">RarException::setUsingExceptions</a> — Activate and deactivate error handling with exceptions</li></ul></li></ul></div><?php manual_footer($setup); ?>