baoengb Wed Jun 16 17:35:43 2004 EDT
Modified files: /phpdoc/en/reference/bzip2/functions bzclose.xml bzcompress.xml bzdecompress.xml bzerrno.xml bzerror.xml bzerrstr.xml bzflush.xml bzopen.xml bzread.xml bzwrite.xml Log: give more presentation :)
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzclose.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzclose.xml diff -u phpdoc/en/reference/bzip2/functions/bzclose.xml:1.2 phpdoc/en/reference/bzip2/functions/bzclose.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzclose.xml:1.2 Wed Apr 17 02:36:34 2002 +++ phpdoc/en/reference/bzip2/functions/bzclose.xml Wed Jun 16 17:35:43 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzclose"> <refnamediv> <refname>bzclose</refname> - <refpurpose>Close a bzip2 file pointer</refpurpose> + <refpurpose>Close a bzip2 file</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -22,8 +22,11 @@ The file pointer must be valid, and must point to a file successfully opened by <function>bzopen</function>. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> - See also <function>bzopen</function>. + <function>bzopen</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzcompress.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/bzip2/functions/bzcompress.xml diff -u phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.3 phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.4 --- phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.3 Mon Dec 8 08:52:41 2003 +++ phpdoc/en/reference/bzip2/functions/bzcompress.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzcompress"> <refnamediv> @@ -34,9 +34,16 @@ value. Regardless of the <parameter>workfactor</parameter>, the generated output is the same. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzdecompress</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzcompress</function> Example</title> <programlisting role="php"> <![CDATA[ <?php @@ -47,10 +54,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzdecompress</function>. - </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzdecompress.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/bzip2/functions/bzdecompress.xml diff -u phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.4 phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.5 --- phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.4 Mon Dec 15 11:47:07 2003 +++ phpdoc/en/reference/bzip2/functions/bzdecompress.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzdecompress"> <refnamediv> @@ -23,9 +23,16 @@ roughly half the speed. See the <ulink url="&url.bzip2;">bzip2 documentation</ulink> for more information about this feature. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzcompress</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzdecompress</function></title> <programlisting role="php"> <![CDATA[ <?php @@ -44,10 +51,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzcompress</function>. - </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzerrno.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzerrno.xml diff -u phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.2 phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.2 Wed Apr 17 02:36:35 2002 +++ phpdoc/en/reference/bzip2/functions/bzerrno.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzerrno"> <refnamediv> @@ -16,8 +16,12 @@ Returns the error number of any bzip2 error returned by the file pointer <parameter>bz</parameter>. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> - See also <function>bzerror</function> and <function>bzerrstr</function>. + <function>bzerror</function>, + <function>bzerrstr</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzerror.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzerror.xml diff -u phpdoc/en/reference/bzip2/functions/bzerror.xml:1.2 phpdoc/en/reference/bzip2/functions/bzerror.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzerror.xml:1.2 Wed Apr 17 02:36:35 2002 +++ phpdoc/en/reference/bzip2/functions/bzerror.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzerror"> <refnamediv> @@ -17,9 +17,17 @@ of any bzip2 error returned by the file pointer <parameter>bz</parameter>. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzerrno</function>, + <function>bzerrstr</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzerror</function> Example</title> <programlisting role="php"> <![CDATA[ <?php @@ -31,10 +39,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzerrno</function> and <function>bzerrstr</function>. - </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzerrstr.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzerrstr.xml diff -u phpdoc/en/reference/bzip2/functions/bzerrstr.xml:1.2 phpdoc/en/reference/bzip2/functions/bzerrstr.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzerrstr.xml:1.2 Wed Apr 17 02:36:35 2002 +++ phpdoc/en/reference/bzip2/functions/bzerrstr.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzerrstr"> <refnamediv> @@ -16,8 +16,12 @@ Returns the error string of any bzip2 error returned by the file pointer <parameter>bz</parameter>. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> - See also <function>bzerrno</function> and <function>bzerror</function>. + <function>bzerrno</function>, + <function>bzerror</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzflush.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzflush.xml diff -u phpdoc/en/reference/bzip2/functions/bzflush.xml:1.2 phpdoc/en/reference/bzip2/functions/bzflush.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzflush.xml:1.2 Wed Apr 17 02:36:35 2002 +++ phpdoc/en/reference/bzip2/functions/bzflush.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzflush"> <refnamediv> @@ -16,11 +16,18 @@ Forces a write of all buffered bzip2 data for the file pointer <parameter>bz</parameter>. </para> + </refsect1> + <refsect1> + &reftitle.returnvalues; <para> &return.success; </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> - See also <function>bzread</function> and <function>bzwrite</function>. + <function>bzread</function>, + <function>bzwrite</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzopen.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/bzip2/functions/bzopen.xml diff -u phpdoc/en/reference/bzip2/functions/bzopen.xml:1.5 phpdoc/en/reference/bzip2/functions/bzopen.xml:1.6 --- phpdoc/en/reference/bzip2/functions/bzopen.xml:1.5 Sun Dec 14 18:06:28 2003 +++ phpdoc/en/reference/bzip2/functions/bzopen.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzopen"> <refnamediv> @@ -19,13 +19,23 @@ open. <parameter>mode</parameter> is similar to the <function>fopen</function> function (`r' for read, `w' for write, etc.). </para> + </refsect1> + <refsect1> + &reftitle.returnvalues; <para> If the open fails, <function>bzopen</function> returns &false;, otherwise it returns a pointer to the newly opened file. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzclose</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzopen</function> Example</title> <programlisting role="php"> <![CDATA[ <?php @@ -39,10 +49,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzclose</function>. - </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzread.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/bzip2/functions/bzread.xml diff -u phpdoc/en/reference/bzip2/functions/bzread.xml:1.6 phpdoc/en/reference/bzip2/functions/bzread.xml:1.7 --- phpdoc/en/reference/bzip2/functions/bzread.xml:1.6 Fri Mar 5 04:37:31 2004 +++ phpdoc/en/reference/bzip2/functions/bzread.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzread"> <refnamediv> @@ -23,9 +23,18 @@ <function>bzread</function> will read 1024 (uncompressed) bytes at a time. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzwrite</function>, + <function>feof</function>, + <function>bzopen</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzread</function> Example</title> <programlisting role="php"> <![CDATA[ <?php @@ -46,12 +55,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzwrite</function>, - <function>feof</function>, and - <function>bzopen</function>. - </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzwrite.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bzip2/functions/bzwrite.xml diff -u phpdoc/en/reference/bzip2/functions/bzwrite.xml:1.2 phpdoc/en/reference/bzip2/functions/bzwrite.xml:1.3 --- phpdoc/en/reference/bzip2/functions/bzwrite.xml:1.2 Wed Apr 17 02:36:36 2002 +++ phpdoc/en/reference/bzip2/functions/bzwrite.xml Wed Jun 16 17:35:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 --> <refentry id="function.bzwrite"> <refnamediv> @@ -22,9 +22,17 @@ after length (uncompressed) bytes have been written or the end of string is reached, whichever comes first. </para> + </refsect1> + <refsect1> + &reftitle.seealso; <para> + <function>bzread</function>, + <function>bzopen</function>. + </para> + </refsect1> + <refsect1> + <title>Example</title> <example> - <title><function>bzwrite</function> Example</title> <programlisting role="php"> <![CDATA[ <?php @@ -36,10 +44,6 @@ ]]> </programlisting> </example> - </para> - <para> - See also <function>bzread</function> and <function>bzopen</function>. - </para> </refsect1> </refentry>