cvs: phpdoc-sk /reference/bzip2/functions bzclose.xml bzcompress.xml

[email protected] ("Joseph Drake") Fri, 13 Aug 2004 17:12:01 -0000
Newsgroups php.doc.sk
Message-ID <cvsjoseph1092417121@cvsserver>
joseph		Fri Aug 13 13:12:01 2004 EDT

  Modified files:              
    /phpdoc-sk/reference/bzip2/functions	bzclose.xml bzcompress.xml 
  Log:
  updated bzip functions
  
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzclose.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzclose.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzclose.xml:1.1 phpdoc-sk/reference/bzip2/functions/bzclose.xml:1.2
--- phpdoc-sk/reference/bzip2/functions/bzclose.xml:1.1	Fri Feb 21 19:13:24 2003
+++ phpdoc-sk/reference/bzip2/functions/bzclose.xml	Fri Aug 13 13:12:00 2004
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzclose">
    <refnamediv>
     <refname>bzclose</refname>
-    <refpurpose>Zatvori» pointer bzip2 súboru</refpurpose>
+    <refpurpose>Zatvori» súbor bzip2</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Popis</title>
@@ -22,8 +22,11 @@
      Ukazovateµ súboru musí by» platný a musí ukazova» na súbor
      úspe¹ne otovrený funkciou <function>bzopen</function>.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     Tie¾ pozri <function>bzopen</function>.
+     <function>bzopen</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzcompress.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzcompress.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzcompress.xml:1.2 phpdoc-sk/reference/bzip2/functions/bzcompress.xml:1.3
--- phpdoc-sk/reference/bzip2/functions/bzcompress.xml:1.2	Wed Feb 11 19:20:46 2004
+++ phpdoc-sk/reference/bzip2/functions/bzcompress.xml	Fri Aug 13 13:12:00 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.6 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzcompress">
    <refnamediv>
@@ -8,12 +8,12 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>string</type><methodname>bzcompress</methodname>
-      <methodparam><type>string</type><parameter>source</parameter></methodparam>
-      <methodparam choice="opt"><type>int</type><parameter>blocksize</parameter></methodparam>
-      <methodparam choice="opt"><type>int</type><parameter>workfactor</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>string</type><methodname>bzcompress</methodname>
+     <methodparam><type>string</type><parameter>source</parameter></methodparam>
+     <methodparam choice="opt"><type>int</type><parameter>blocksize</parameter></methodparam>
+     <methodparam choice="opt"><type>int</type><parameter>workfactor</parameter></methodparam>
+    </methodsynopsis>
     <para>
      <function>bzcompress</function> komprimuje re»azec
      <parameter>source</parameter> a vracia ho ako zakódované dáta
@@ -34,10 +34,18 @@
      na <parameter>workfactor</parameter> je vygenerovaný výstup
      rovnaký.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     <example>
-      <title><function>bzcompress</function> príklad</title>
-      <programlisting role="php">
+     <function>bzdecompress</function>.
+    </para>
+   </refsect1>
+   <refsect1>
+    <title>Príklad</title>
+    <example>
+     <title>Kompresia dát</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 $str = "vzorove data";
@@ -45,12 +53,8 @@
 echo $bzstr;
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-    <para>
-     Tie¾ pozri <function>bzdecompress</function>.
-    </para>
+     </programlisting>
+    </example>
    </refsect1>
   </refentry>