|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 57a9b231b1b5b7152a3232d51aa26f51c0c14b41 Maintainer: nilgun Status: ready --> |
| 2 | +<!-- EN-Revision: 82ddd2ec8ad195035dcb57dd8f97d27b83ddc126 Maintainer: nilgun Status: ready --> |
3 | 3 | <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.finfo-buffer"> |
4 | 4 | <refnamediv> |
5 | 5 | <refname>finfo_buffer</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_buffer</methodname> |
14 | 14 | <methodparam><type>finfo</type><parameter>finfo</parameter></methodparam> |
15 | 15 | <methodparam><type>string</type><parameter>string</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::buffer</methodname> |
22 | 22 | <methodparam><type>string</type><parameter>string</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 | Bu işlev bir dizge içindeki ikil veri hakkında bilgi edinmek için |
29 | 29 | kullanılır. |
30 | | - </para> |
| 30 | + </simpara> |
31 | 31 |
|
32 | 32 | </refsect1> |
33 | 33 | <refsect1 role="parameters"> |
|
42 | 42 | <varlistentry> |
43 | 43 | <term><parameter>string</parameter></term> |
44 | 44 | <listitem> |
45 | | - <para> |
| 45 | + <simpara> |
46 | 46 | İçeriği incelenecek dizge. |
47 | | - </para> |
| 47 | + </simpara> |
48 | 48 | </listitem> |
49 | 49 | </varlistentry> |
50 | 50 | <varlistentry> |
51 | 51 | <term><parameter>flags</parameter></term> |
52 | 52 | <listitem> |
53 | | - <para> |
| 53 | + <simpara> |
54 | 54 | <link linkend="fileinfo.constants">Fileinfo sabitleri</link>nden biri |
55 | 55 | veya bir kaçının birleşimi. |
56 | | - </para> |
| 56 | + </simpara> |
57 | 57 | </listitem> |
58 | 58 | </varlistentry> |
59 | 59 | <varlistentry> |
60 | 60 | <term><parameter>context</parameter></term> |
61 | 61 | <listitem> |
62 | | - <para> |
| 62 | + <simpara> |
63 | 63 | Akımlar hakkında bilgi edinmek için <xref linkend="ref.stream"/> |
64 | 64 | bölümüne bakınız. |
65 | | - </para> |
| 65 | + </simpara> |
66 | 66 | </listitem> |
67 | 67 | </varlistentry> |
68 | 68 | </variablelist> |
69 | 69 | </refsect1> |
70 | 70 | <refsect1 role="returnvalues"> |
71 | 71 | &reftitle.returnvalues; |
72 | | - <para> |
| 72 | + <simpara> |
73 | 73 | Bir hata oluşmuşsa &false;, aksi takdirde belirtilen dizgenin içeriği |
74 | 74 | hakkında açıklama dizgesi döner. |
75 | | - </para> |
| 75 | + </simpara> |
76 | 76 | </refsect1> |
77 | 77 |
|
78 | 78 | <refsect1 role="changelog"> |
|
0 commit comments