betz Sun Aug 25 12:50:30 2002 EDT Modified files: /phpdoc/en/reference/zlib/functions gzwrite.xml Log: explanation whats returned, parameter correction zp is resource Index: phpdoc/en/reference/zlib/functions/gzwrite.xml diff -u phpdoc/en/reference/zlib/functions/gzwrite.xml:1.2 phpdoc/en/reference/zlib/functions/gzwrite.xml:1.3 --- phpdoc/en/reference/zlib/functions/gzwrite.xml:1.2 Wed Apr 17 02:45:34 2002 +++ phpdoc/en/reference/zlib/functions/gzwrite.xml Sun Aug 25 12:50:30 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 --> <refentry id="function.gzwrite"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>int</type><methodname>gzwrite</methodname> - <methodparam><type>int</type><parameter>zp</parameter></methodparam> + <methodparam><type>resource</type><parameter>zp</parameter></methodparam> <methodparam><type>string</type><parameter>string</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam> </methodsynopsis> @@ -22,6 +22,10 @@ <parameter>length</parameter> (uncompressed) bytes have been written or the end of <parameter>string</parameter> is reached, whichever comes first. + </simpara> + <simpara> + <function>gzwrite</function> returns the number of (uncompressed) bytes + written to the gz-file stream pointed to by <parameter>zp</parameter>. </simpara> <simpara> Note that if the <parameter>length</parameter> argument is given,
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php