|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 49395299550ff534324a540b902c5480d0b834e4 Maintainer: fernandowobeto Status: ready --> |
| 2 | +<!-- EN-Revision: ee741f54f831af19f135d1d9894a41477ab896c3 Maintainer: fernandowobeto Status: ready --> |
3 | 3 | <!-- CREDITS: fernandowobeto --> |
4 | 4 | <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="rararchive.getentries"> |
5 | 5 | <refnamediv> |
|
10 | 10 |
|
11 | 11 | <refsect1 role="description"> |
12 | 12 | &reftitle.description; |
13 | | - <para>&style.oop; (method):</para> |
| 13 | + <simpara>&style.oop; (method):</simpara> |
14 | 14 | <methodsynopsis> |
15 | 15 | <modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>RarArchive::getEntries</methodname> |
16 | 16 | <void/> |
17 | 17 | </methodsynopsis> |
18 | | - <para>&style.procedural;:</para> |
| 18 | + <simpara>&style.procedural;:</simpara> |
19 | 19 | <methodsynopsis> |
20 | 20 | <type class="union"><type>array</type><type>false</type></type><methodname>rar_list</methodname> |
21 | 21 | <methodparam><type>RarArchive</type><parameter>rarfile</parameter></methodparam> |
22 | 22 | </methodsynopsis> |
23 | | - <para> |
| 23 | + <simpara> |
24 | 24 | Obtém a lista de entradas (arquivos e diretórios) do arquivo RAR. |
25 | | - </para> |
| 25 | + </simpara> |
26 | 26 | <note> |
27 | | - <para> |
| 27 | + <simpara> |
28 | 28 | Se o arquivo tiver |
29 | 29 | entradas com o mesmo nome, este método, juntamente com a iteração <type>RarArchive</type> |
30 | 30 | <literal>foreach</literal> e o acesso tipo array com índices numéricos, |
31 | 31 | são os únicos a acessar todas as entradas (ou seja, |
32 | 32 | <methodname>RarArchive::getEntry</methodname> e o <link linkend="wrappers.rar"> |
33 | 33 | empacotador <literal>rar://</literal></link> são insuficientes). |
34 | | - </para> |
| 34 | + </simpara> |
35 | 35 | </note> |
36 | 36 | </refsect1> |
37 | 37 |
|
|
41 | 41 | <varlistentry> |
42 | 42 | <term><parameter>rarfile</parameter></term> |
43 | 43 | <listitem> |
44 | | - <para> |
| 44 | + <simpara> |
45 | 45 | Um objeto <type>RarArchive</type>, aberto com <function>rar_open</function>. |
46 | | - </para> |
| 46 | + </simpara> |
47 | 47 | </listitem> |
48 | 48 | </varlistentry> |
49 | 49 | </variablelist> |
50 | 50 | </refsect1> |
51 | 51 |
|
52 | 52 | <refsect1 role="returnvalues"> |
53 | 53 | &reftitle.returnvalues; |
54 | | - <para> |
| 54 | + <simpara> |
55 | 55 | <function>rar_list</function> retorna um array de objetos <type>RarEntry</type> |
56 | 56 | &return.falseforfailure;. |
57 | | - </para> |
| 57 | + </simpara> |
58 | 58 | </refsect1> |
59 | 59 |
|
60 | 60 | <refsect1 role="changelog"> |
|
0 commit comments