cvs: phpdoc-sk /reference/bzip2/functions bzdecompress.xml bzerrno.xml bzerror.xml bzerrstr.xml bzflush.xml bzopen.xml bzread.xml bzwrite.xml

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

  Modified files:              
    /phpdoc-sk/reference/bzip2/functions	bzdecompress.xml bzerrno.xml 
                                        	bzerror.xml bzerrstr.xml 
                                        	bzflush.xml bzopen.xml 
                                        	bzread.xml bzwrite.xml 
  Log:
  updated bzip functions
joseph-20040813131217.txt (text/plain, 13.3 KB)
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzdecompress.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzdecompress.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzdecompress.xml:1.2 phpdoc-sk/reference/bzip2/functions/bzdecompress.xml:1.3
--- phpdoc-sk/reference/bzip2/functions/bzdecompress.xml:1.2	Wed Feb 11 19:20:46 2004
+++ phpdoc-sk/reference/bzip2/functions/bzdecompress.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.7 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzdecompress">
    <refnamediv>
@@ -7,12 +7,12 @@
     <refpurpose>Dekomprimuje zakódované dáta bzip2</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Popis</title>
-     <methodsynopsis>
-      <type>string</type><methodname>bzdecompress</methodname>
-      <methodparam><type>string</type><parameter>source</parameter></methodparam>
-      <methodparam choice="opt"><type>int</type><parameter>small</parameter></methodparam>
-     </methodsynopsis>
+   <title>Popis</title>
+    <methodsynopsis>
+     <type>string</type><methodname>bzdecompress</methodname>
+     <methodparam><type>string</type><parameter>source</parameter></methodparam>
+     <methodparam choice="opt"><type>int</type><parameter>small</parameter></methodparam>
+    </methodsynopsis>
     <para>
      <function>bzdecompress</function> dekomprimuje re»azec
      <parameter>source</parameter> obsahujúci zakódované dáta
@@ -23,10 +23,18 @@
      rýchlos»ou. Pre viac informácii o tejto vlastnosti si pozrite
      <ulink url="&url.bzip2;">bzip2 dokumentáciu</ulink>.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     <example>
-      <title><function>bzdecompress</function></title>
-      <programlisting role="php">
+      <function>bzcompress</function>.
+    </para>
+   </refsect1>
+   <refsect1>
+    <title>Príklad</title>
+    <example>
+     <title>Dekomprimácia re»azca</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 $start_str = "Toto nie je uprimna tvar?";
@@ -42,12 +50,8 @@
 echo "\n<br />\n";
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-    <para>
-     Tie¾ pozri <function>bzcompress</function>.
-    </para>
+     </programlisting>
+    </example>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzerrno.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzerrno.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzerrno.xml:1.1 phpdoc-sk/reference/bzip2/functions/bzerrno.xml:1.2
--- phpdoc-sk/reference/bzip2/functions/bzerrno.xml:1.1	Fri Feb 21 19:13:24 2003
+++ phpdoc-sk/reference/bzip2/functions/bzerrno.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?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.bzerrno">
    <refnamediv>
@@ -16,8 +16,12 @@
      Vracia èíslo chyby v¹etkých bzip2 chýb vrátených ukazovateµom
      súboru <parameter>bz</parameter>.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     Tie¾ pozri <function>bzerror</function> a <function>bzerrstr</function>.
+     <function>bzerror</function>, 
+     <function>bzerrstr</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzerror.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzerror.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzerror.xml:1.1 phpdoc-sk/reference/bzip2/functions/bzerror.xml:1.2
--- phpdoc-sk/reference/bzip2/functions/bzerror.xml:1.1	Fri Feb 21 19:13:24 2003
+++ phpdoc-sk/reference/bzip2/functions/bzerror.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzerror">
    <refnamediv>
@@ -8,10 +8,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>array</type><methodname>bzerror</methodname>
-      <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>array</type><methodname>bzerror</methodname>
+     <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
+    </methodsynopsis>
     <para>
      Vracia èíslo chyby a chybový re»azec, v asociatívnom poli, v¹etkých
      bzip2 chýb vrátených ukazovateµom súboru <parameter>bz</parameter>.
@@ -32,7 +32,8 @@
      </example>
     </para>
     <para>
-     Tie¾ pozri <function>bzerrno</function> a <function>bzerrstr</function>.
+     Tie¾ pozri <function>bzerrno</function> a
+     <function>bzerrstr</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzerrstr.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzerrstr.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzerrstr.xml:1.1 phpdoc-sk/reference/bzip2/functions/bzerrstr.xml:1.2
--- phpdoc-sk/reference/bzip2/functions/bzerrstr.xml:1.1	Fri Feb 21 19:13:24 2003
+++ phpdoc-sk/reference/bzip2/functions/bzerrstr.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzerrstr">
    <refnamediv>
@@ -8,16 +8,17 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>string</type><methodname>bzerrstr</methodname>
-      <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>string</type><methodname>bzerrstr</methodname>
+     <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
+    </methodsynopsis>
     <para>
      Vracia chybový re»azec v¹etkých bzip2 chýb vrátených ukazovateµom
      súboru <parameter>bz</parameter>.
     </para>
     <para>
-     Tie¾ pozri <function>bzerrno</function> a <function>bzerror</function>.
+     Tie¾ pozri <function>bzerrno</function> a
+     <function>bzerror</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzflush.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzflush.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzflush.xml:1.2 phpdoc-sk/reference/bzip2/functions/bzflush.xml:1.3
--- phpdoc-sk/reference/bzip2/functions/bzflush.xml:1.2	Wed Mar 19 19:27:00 2003
+++ phpdoc-sk/reference/bzip2/functions/bzflush.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?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.bzflush">
    <refnamediv>
@@ -16,11 +16,18 @@
      Nanúti zápis v¹etkých bzip2 dát zásobníka pre ukazovateµ súboru
      <parameter>bz</parameter>.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.returnvalues;
     <para>
      &return.success;
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     Tie¾ pozri <function>bzread</function> a <function>bzwrite</function>.
+     <function>bzread</function>,
+     <function>bzwrite</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzopen.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzopen.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzopen.xml:1.2 phpdoc-sk/reference/bzip2/functions/bzopen.xml:1.3
--- phpdoc-sk/reference/bzip2/functions/bzopen.xml:1.2	Wed Feb 11 19:20:46 2004
+++ phpdoc-sk/reference/bzip2/functions/bzopen.xml	Fri Aug 13 13:12:17 2004
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.5 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.7 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzopen">
    <refnamediv>
     <refname>bzopen</refname>
-    <refpurpose>Otvori» komprimovaný súbor bzip2</refpurpose>
+    <refpurpose>Otvára komprimovaný súbor bzip2</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>resource</type><methodname>bzopen</methodname>
-      <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-      <methodparam><type>string</type><parameter>mode</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>resource</type><methodname>bzopen</methodname>
+     <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+     <methodparam><type>string</type><parameter>mode</parameter></methodparam>
+    </methodsynopsis>
     <para>
      <function>bzopen</function> otvára súbor bzip2 (.bz2) na èítanie
      alebo zápis. <parameter>filename</parameter> je názov súboru, ktorý
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzread.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzread.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzread.xml:1.2 phpdoc-sk/reference/bzip2/functions/bzread.xml:1.3
--- phpdoc-sk/reference/bzip2/functions/bzread.xml:1.2	Wed Feb 11 19:20:46 2004
+++ phpdoc-sk/reference/bzip2/functions/bzread.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.8 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzread">
    <refnamediv>
@@ -8,11 +8,11 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>string</type><methodname>bzread</methodname>
-      <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
-      <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>string</type><methodname>bzread</methodname>
+     <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
+     <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+    </methodsynopsis>
     <para>
      <function>bzread</function> naèíta
      <parameter>length</parameter> bytov z ukazovateµa súboru bzip2
@@ -49,8 +49,8 @@
     </para>
     <para>
      Tie¾ pozri <function>bzwrite</function>
-     <function>feof</function>
-     a <function>bzopen</function>.
+     <function>feof</function> a
+     <function>bzopen</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc-sk/reference/bzip2/functions/bzwrite.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc-sk/reference/bzip2/functions/bzwrite.xml
diff -u phpdoc-sk/reference/bzip2/functions/bzwrite.xml:1.3 phpdoc-sk/reference/bzip2/functions/bzwrite.xml:1.4
--- phpdoc-sk/reference/bzip2/functions/bzwrite.xml:1.3	Wed Mar 19 19:27:00 2003
+++ phpdoc-sk/reference/bzip2/functions/bzwrite.xml	Fri Aug 13 13:12:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzwrite">
    <refnamediv>
@@ -8,12 +8,12 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-     <methodsynopsis>
-      <type>int</type><methodname>bzwrite</methodname>
-      <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
-      <methodparam><type>string</type><parameter>data</parameter></methodparam>
-      <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>int</type><methodname>bzwrite</methodname>
+     <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
+     <methodparam><type>string</type><parameter>data</parameter></methodparam>
+     <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+    </methodsynopsis>
     <para>
      <function>bzwrite</function> zapisuje obsah re»azca
      <parameter>data</parameter> do prúdu bzip2 súboru ukazovaného
@@ -24,7 +24,7 @@
     </para>
     <para>
      <example>
-      <title><function>bzwrite</function> Príklad</title>
+      <title><function>bzwrite</function> príklad</title>
       <programlisting role="php">
 <![CDATA[
 <?php
@@ -38,7 +38,8 @@
      </example>
     </para>
     <para>
-     Tie¾ pozri <function>bzread</function> a <function>bzopen</function>.
+     Tie¾ pozri <function>bzread</function> a
+     <function>bzopen</function>.
     </para>
    </refsect1>
   </refentry>