11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: af5f2f87b3b0bb9ee0f83ccb787a4e7db1eb6bd4 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4- <refentry xml : id = " rararchive.close " xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 49395299550ff534324a540b902c5480d0b834e4 Maintainer: fernandowobeto Status: ready -->
3+ <!-- CREDITS: fernandowobeto -->
4+ <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id = " rararchive.close " >
55 <refnamediv >
66 <refname >RarArchive::close</refname >
77 <refname >rar_close</refname >
1313 <para >&style.oop; (method):</para >
1414 <methodsynopsis >
1515 <modifier >public</modifier > <type >bool</type ><methodname >RarArchive::close</methodname >
16- <void />
16+ <void />
1717 </methodsynopsis >
1818 <para >&style.procedural; :</para >
1919 <methodsynopsis >
2727
2828 <refsect1 role =" parameters" >
2929 &reftitle.parameters;
30- <para >
31- <variablelist >
32- <varlistentry >
33- <term ><parameter >rarfile</parameter ></term >
34- <listitem >
35- <para >
36- Um objeto <type >RarArchive</type >, aberto com <function >rar_open</function >.
37- </para >
38- </listitem >
39- </varlistentry >
40- </variablelist >
41- </para >
30+ <variablelist >
31+ <varlistentry >
32+ <term ><parameter >rarfile</parameter ></term >
33+ <listitem >
34+ <para >
35+ Um objeto <type >RarArchive</type >, aberto com <function >rar_open</function >.
36+ </para >
37+ </listitem >
38+ </varlistentry >
39+ </variablelist >
4240 </refsect1 >
4341
4442 <refsect1 role =" returnvalues" >
5048
5149 <refsect1 role =" changelog" >
5250 &reftitle.changelog;
53- <para >
54- <informaltable >
55- <tgroup cols =" 2" >
56- <thead >
57- <row >
58- <entry >&Version; </entry >
59- <entry >&Description; </entry >
60- </row >
61- </thead >
62- <tbody >
63- <row >
64- <entry >PECL rar 2.0.0</entry >
65- <entry >
66- As entradas RAR retornadas por <methodname >RarArchive::getEntry</methodname >
67- e <methodname >RarArchive::getEntries</methodname > agora são invalidadas ao
68- chamar este método. Isso significa que todos os métodos de instância chamados para
69- tais entradas não têm garantia de sucesso.
70- </entry >
71- </row >
72- </tbody >
73- </tgroup >
74- </informaltable >
75- </para >
51+ <informaltable >
52+ <tgroup cols =" 2" >
53+ <thead >
54+ <row >
55+ <entry >&Version; </entry >
56+ <entry >&Description; </entry >
57+ </row >
58+ </thead >
59+ <tbody >
60+ <row >
61+ <entry >PECL rar 2.0.0</entry >
62+ <entry >
63+ As entradas RAR retornadas por <methodname >RarArchive::getEntry</methodname >
64+ e <methodname >RarArchive::getEntries</methodname > agora são invalidadas ao
65+ chamar este método. Isso significa que todos os métodos de instância chamados para
66+ tais entradas não têm garantia de sucesso.
67+ </entry >
68+ </row >
69+ </tbody >
70+ </tgroup >
71+ </informaltable >
7672 </refsect1 >
7773
7874 <refsect1 role =" examples" >
7975 &reftitle.examples;
80- <para >
81- <example >
82- <title >&style.oop; </title >
83- <programlisting role =" php" >
76+ <example >
77+ <title >&style.oop; </title >
78+ <programlisting role =" php" >
8479<![CDATA[
8580<?php
8681$rar_arch = RarArchive::open('latest_winrar.rar');
@@ -89,20 +84,18 @@ $rar_arch->close();
8984echo $rar_arch."\n";
9085?>
9186]]>
92- </programlisting >
93- &example.outputs.similar;
94- <screen >
87+ </programlisting >
88+ &example.outputs.similar;
89+ <screen >
9590<![CDATA[
9691RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar"
9792RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar" (closed)
9893]]>
99- </screen >
100- </example >
101- </para >
102- <para >
103- <example >
104- <title >&style.procedural; </title >
105- <programlisting role =" php" >
94+ </screen >
95+ </example >
96+ <example >
97+ <title >&style.procedural; </title >
98+ <programlisting role =" php" >
10699<![CDATA[
107100<?php
108101$rar_arch = rar_open('latest_winrar.rar');
@@ -111,14 +104,12 @@ rar_close($rar_arch);
111104echo $rar_arch."\n";
112105?>
113106]]>
114- </programlisting >
115- </example >
116- </para >
107+ </programlisting >
108+ </example >
117109 </refsect1 >
118110
119111
120112</refentry >
121-
122113<!-- Keep this comment at the end of the file
123114Local variables:
124115mode: sgml
0 commit comments