com doc/tr: update for sync with English doc.: reference/bzip2/functions/bzwrite.xml

[email protected] (Nilgün Belma Bugüner) Mon, 22 Mar 2021 14:10:39 +0000
Newsgroups php.doc.tr
Message-ID <[email protected]>
Commit:    2baf1058189873e330c27b857e1925f4405f31f5
Author:    Nilgün Belma Bugüner <[email protected]>         Mon, 22 Mar 2021 17:10:39 +0300
Parents:   df85ee4f06a5c02aedc5182a78aa32ad93d84df6
Branches:  master

Link:       http://git.php.net/?p=doc/tr.git;a=commitdiff;h=2baf1058189873e330c27b857e1925f4405f31f5

Log:
update for sync with English doc.

Changed paths:
  M  reference/bzip2/functions/bzwrite.xml


Diff:
diff --git a/reference/bzip2/functions/bzwrite.xml b/reference/bzip2/functions/bzwrite.xml
index 3eaace0b..d779ad3c 100644
--- a/reference/bzip2/functions/bzwrite.xml
+++ b/reference/bzip2/functions/bzwrite.xml
@@ -1,25 +1,27 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: aydin Status: ready -->
+<!-- EN-Revision: c564dbc4f35dd39b4415ebbb671f2764a44306a6 Maintainer: aydin Status: ready -->
 <!-- CREDITS: sezer -->
 <refentry xml:id="function.bzwrite" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>bzwrite</refname>
   <refpurpose>Bzip2 dosyasını ikil olarak yazar</refpurpose>
  </refnamediv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>bzwrite</methodname>
+   <type class="union"><type>int</type><type>false</type></type><methodname>bzwrite</methodname>
    <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
    <methodparam><type>string</type><parameter>veri</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>uzunluk</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>uzunluk</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
     <function>bzwrite</function> verilen dizgeyi sıkıştırarak belirtilen
     bzip2 akımına yazar.
   </para>
  </refsect1>
+
  <refsect1 role="parameters">
   &reftitle.parameters;
   <para>
@@ -55,13 +57,37 @@
    </variablelist>
   </para>
  </refsect1>
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
     Yazılan baytların sayısı ile veya hata durumunda &false; ile döner.
   </para>
  </refsect1>
- <refsect1 role="examples">
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       <parameter>uzunluk</parameter> artık &null; olabiliyor.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
+<refsect1 role="examples">
   &reftitle.examples;
   <para>
    <example>
@@ -81,6 +107,7 @@ bzclose($bz);
    </example>
   </para>
  </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>