mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated RAR documentation to reflect recent changes in the extension API.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292192 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
00e3977ca4
commit
54f790d5fb
2 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
This class represents a RAR archive, which may be formed by several volumes (parts) and which contains
|
||||
a number of RAR entries (i.e., files, directories and other special objects such as symbolic links).
|
||||
</para>
|
||||
<para>
|
||||
Objects of this class can be traversed, yielding the entries stored in the respective RAR archive.
|
||||
Those entries can also be obtained through <methodname>RarArchive::getEntry</methodname> and
|
||||
<methodname>RarArchive::list</methodname>.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
|
@ -28,8 +33,13 @@
|
|||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<modifier>final</modifier>
|
||||
<classname>RarArchive</classname>
|
||||
</ooclass>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>Traversable</interfacename>
|
||||
</oointerface>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<modifier>final</modifier>
|
||||
<classname>RarEntry</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
|
|
Loading…
Reference in a new issue