|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 57a9b231b1b5b7152a3232d51aa26f51c0c14b41 Maintainer: adiel Status: ready --> |
| 2 | +<!-- EN-Revision: 82ddd2ec8ad195035dcb57dd8f97d27b83ddc126 Maintainer: adiel Status: ready --> |
3 | 3 | <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.finfo-file"> |
4 | 4 | <refnamediv> |
5 | 5 | <refname>finfo_file</refname> |
|
8 | 8 | </refnamediv> |
9 | 9 | <refsect1 role="description"> |
10 | 10 | &reftitle.description; |
11 | | - <para>&style.procedural;</para> |
| 11 | + <simpara>&style.procedural;</simpara> |
12 | 12 | <methodsynopsis> |
13 | 13 | <type class="union"><type>string</type><type>false</type></type><methodname>finfo_file</methodname> |
14 | 14 | <methodparam><type>finfo</type><parameter>finfo</parameter></methodparam> |
15 | 15 | <methodparam><type>string</type><parameter>filename</parameter></methodparam> |
16 | 16 | <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>FILEINFO_NONE</constant></initializer></methodparam> |
17 | 17 | <methodparam choice="opt"><type class="union"><type>resource</type><type>null</type></type><parameter>context</parameter><initializer>&null;</initializer></methodparam> |
18 | 18 | </methodsynopsis> |
19 | | - <para>&style.oop;</para> |
| 19 | + <simpara>&style.oop;</simpara> |
20 | 20 | <methodsynopsis role="finfo"> |
21 | 21 | <modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>finfo::file</methodname> |
22 | 22 | <methodparam><type>string</type><parameter>filename</parameter></methodparam> |
23 | 23 | <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>FILEINFO_NONE</constant></initializer></methodparam> |
24 | 24 | <methodparam choice="opt"><type class="union"><type>resource</type><type>null</type></type><parameter>context</parameter><initializer>&null;</initializer></methodparam> |
25 | 25 | </methodsynopsis> |
26 | 26 |
|
27 | | - <para> |
| 27 | + <simpara> |
28 | 28 | Esta função é usada para obter informações sobre um arquivo. |
29 | | - </para> |
| 29 | + </simpara> |
30 | 30 |
|
31 | 31 | </refsect1> |
32 | 32 | <refsect1 role="parameters"> |
|
41 | 41 | <varlistentry> |
42 | 42 | <term><parameter>filename</parameter></term> |
43 | 43 | <listitem> |
44 | | - <para> |
| 44 | + <simpara> |
45 | 45 | Nome do arquivo a ser verificado. |
46 | | - </para> |
| 46 | + </simpara> |
47 | 47 | </listitem> |
48 | 48 | </varlistentry> |
49 | 49 | <varlistentry> |
50 | 50 | <term><parameter>flags</parameter></term> |
51 | 51 | <listitem> |
52 | | - <para> |
| 52 | + <simpara> |
53 | 53 | Uma ou disjunção de mais |
54 | 54 | <link linkend="fileinfo.constants">constantes Fileinfo</link>. |
55 | | - </para> |
| 55 | + </simpara> |
56 | 56 | </listitem> |
57 | 57 | </varlistentry> |
58 | 58 | <varlistentry> |
59 | 59 | <term><parameter>context</parameter></term> |
60 | 60 | <listitem> |
61 | | - <para> |
| 61 | + <simpara> |
62 | 62 | Para uma descrição de <literal>contexts</literal>, consulte <xref linkend="ref.stream"/>. |
63 | | - </para> |
| 63 | + </simpara> |
64 | 64 | </listitem> |
65 | 65 | </varlistentry> |
66 | 66 | </variablelist> |
67 | 67 | </refsect1> |
68 | 68 | <refsect1 role="returnvalues"> |
69 | 69 | &reftitle.returnvalues; |
70 | | - <para> |
| 70 | + <simpara> |
71 | 71 | Retorna uma descrição textual do conteúdo do argumento |
72 | 72 | <parameter>filename</parameter> ou &false; em caso de erro. |
73 | | - </para> |
| 73 | + </simpara> |
74 | 74 | </refsect1> |
75 | 75 |
|
76 | 76 | <refsect1 role="changelog"> |
|
0 commit comments