2004-09-22 15:51:30 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: compression -->
|
|
|
|
<!-- Membership: pecl, external -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.rar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2004-09-22 15:51:30 +00:00
|
|
|
<title>Rar Functions</title>
|
|
|
|
<titleabbrev>Rar</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.intro">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2007-12-03 23:01:45 +00:00
|
|
|
RAR is a powerful and effective archiver created by Eugene Roshal.
|
|
|
|
This extension uses unRAR library which implements read-only support
|
|
|
|
for Rar archives.
|
|
|
|
Re-creating a RAR/WinRAR archiver using unRAR sources is prohibited
|
|
|
|
by the unRAR license.
|
2004-09-22 15:51:30 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2007-12-03 23:01:45 +00:00
|
|
|
More information about RAR and unRAR can be found at <link
|
2007-06-20 22:25:43 +00:00
|
|
|
xlink:href="&url.rar;">&url.rar;</link>.
|
2004-09-22 15:51:30 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.requirements">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.required;
|
|
|
|
&no.requirement;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.rar.ini;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.install">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
2007-12-03 23:01:45 +00:00
|
|
|
Rar extension is currently available through PECL
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.pecl.package;rar">&url.pecl.package;rar</link>.
|
2004-09-22 15:51:30 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-07-25 13:38:36 +00:00
|
|
|
Also you can use the PECL installer to install the Rar extension,
|
|
|
|
using the following command: <command>pecl -v install rar</command>.
|
2004-09-22 15:51:30 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
You can always download the tar.gz package and install Rar by hand:
|
|
|
|
<example>
|
|
|
|
<title>Rar installation</title>
|
|
|
|
<programlisting role="shell">
|
|
|
|
<![CDATA[
|
|
|
|
gunzip rar-xxx.tgz
|
|
|
|
tar -xvf rar-xxx.tar
|
|
|
|
cd rar-xxx
|
|
|
|
phpize
|
|
|
|
./configure && make && make install
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
</example>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Windows users can download the extension dll <filename>php_rar.dll</filename>
|
2007-06-20 22:25:43 +00:00
|
|
|
here: <link xlink:href="&url.pecl.get.win;">&url.pecl.get.win;</link>.
|
2004-09-22 15:51:30 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.resources">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
There is one resource used in Rar extension: a file descriptor returned
|
|
|
|
by <function>rar_open</function>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.constants">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>RAR_HOST_MSDOS</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>RAR_HOST_OS2</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>RAR_HOST_WIN32</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>RAR_HOST_UNIX</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>RAR_HOST_BEOS</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="rar.examples">
|
2004-09-22 15:51:30 +00:00
|
|
|
&reftitle.examples;
|
|
|
|
<para>
|
|
|
|
<example>
|
|
|
|
<title>Rar extension overview example</title>
|
|
|
|
<programlisting role="php">
|
|
|
|
<![CDATA[
|
|
|
|
<?php
|
|
|
|
|
|
|
|
$rar_file = rar_open('example.rar') or die("Can't open Rar archive");
|
|
|
|
|
|
|
|
$entries = rar_list($rar_file);
|
|
|
|
|
|
|
|
foreach ($entries as $entry) {
|
|
|
|
echo 'Filename: ' . $entry->getName() . "\n";
|
|
|
|
echo 'Packed size: ' . $entry->getPackedSize() . "\n";
|
|
|
|
echo 'Unpacked size: ' . $entry->getUnpackedSize() . "\n";
|
|
|
|
|
|
|
|
$entry->extract('/dir/extract/to/');
|
|
|
|
}
|
|
|
|
|
|
|
|
rar_close($rar_file);
|
|
|
|
|
|
|
|
?>
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
</example>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
This example opens a Rar file archive and extracts each entry to the
|
|
|
|
specified directory.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</partintro>
|
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.rar.entities.functions;
|
2004-09-22 15:51:30 +00:00
|
|
|
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|