php-doc-en/reference/rar/book.xml
Gustavo André dos Santos Lopes 5699ed7b61 Updated with new functions; a few fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300960 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-03 02:03:51 +00:00

56 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- Purpose: compression -->
<!-- Membership: pecl, external -->
<book xml:id="book.rar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Rar Archiving</title>
<titleabbrev>Rar</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.rar">
&reftitle.intro;
<para>
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.
</para>
<para>
More information about Rar and UnRar can be found at <link
xlink:href="&url.rar;">&url.rar;</link>.
</para>
</preface>
<!-- }}} -->
&reference.rar.setup;
&reference.rar.constants;
&reference.rar.examples;
&reference.rar.reference;
&reference.rar.rararchive;
&reference.rar.rarentry;
&reference.rar.rarexception;
</book>
<!-- 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:"~/.phpdoc/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
-->