explanation whats returned, parameter correction zp is resource

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93532 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-08-25 16:50:30 +00:00
parent 2a6cecf5f7
commit e447511aa2

View file

@ -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>
@ -23,6 +23,10 @@
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,
then the <link