betz Sun Aug 25 12:52:39 2002 EDT
Modified files:
/phpdoc/en/reference/zlib/functions gztell.xml gzseek.xml
gzrewind.xml gzread.xml
gzputs.xml gzpassthru.xml
gzgetss.xml gzgets.xml
gzgetc.xml gzeof.xml
gzclose.xml
Log:
parameter type correction, zp is resource
Index: phpdoc/en/reference/zlib/functions/gztell.xml
diff -u phpdoc/en/reference/zlib/functions/gztell.xml:1.2
phpdoc/en/reference/zlib/functions/gztell.xml:1.3
--- phpdoc/en/reference/zlib/functions/gztell.xml:1.2 Wed Apr 17 02:45:34 2002
+++ phpdoc/en/reference/zlib/functions/gztell.xml Sun Aug 25 12:52:39 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.gztell">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gztell</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
Returns the position of the file pointer referenced by
Index: phpdoc/en/reference/zlib/functions/gzseek.xml
diff -u phpdoc/en/reference/zlib/functions/gzseek.xml:1.2
phpdoc/en/reference/zlib/functions/gzseek.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzseek.xml:1.2 Wed Apr 17 02:45:34 2002
+++ phpdoc/en/reference/zlib/functions/gzseek.xml Sun Aug 25 12:52:39 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.gzseek">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzseek</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/zlib/functions/gzrewind.xml
diff -u phpdoc/en/reference/zlib/functions/gzrewind.xml:1.2
phpdoc/en/reference/zlib/functions/gzrewind.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzrewind.xml:1.2 Wed Apr 17 02:45:34 2002
+++ phpdoc/en/reference/zlib/functions/gzrewind.xml Sun Aug 25 12:52:39 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.gzrewind">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzrewind</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
Sets the file position indicator for zp to the beginning of the
Index: phpdoc/en/reference/zlib/functions/gzread.xml
diff -u phpdoc/en/reference/zlib/functions/gzread.xml:1.2
phpdoc/en/reference/zlib/functions/gzread.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzread.xml:1.2 Wed Apr 17 02:45:34 2002
+++ phpdoc/en/reference/zlib/functions/gzread.xml Sun Aug 25 12:52:39 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.gzread">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>gzread</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<simpara>
Index: phpdoc/en/reference/zlib/functions/gzputs.xml
diff -u phpdoc/en/reference/zlib/functions/gzputs.xml:1.2
phpdoc/en/reference/zlib/functions/gzputs.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzputs.xml:1.2 Wed Apr 17 02:45:33 2002
+++ phpdoc/en/reference/zlib/functions/gzputs.xml Sun Aug 25 12:52:39 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.gzputs">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzputs</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/zlib/functions/gzpassthru.xml
diff -u phpdoc/en/reference/zlib/functions/gzpassthru.xml:1.2
phpdoc/en/reference/zlib/functions/gzpassthru.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzpassthru.xml:1.2 Wed Apr 17 02:45:33
2002
+++ phpdoc/en/reference/zlib/functions/gzpassthru.xml Sun Aug 25 12:52:39 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.gzpassthru">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzpassthru</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
Reads to EOF on the given gz-file pointer and writes the
Index: phpdoc/en/reference/zlib/functions/gzgetss.xml
diff -u phpdoc/en/reference/zlib/functions/gzgetss.xml:1.2
phpdoc/en/reference/zlib/functions/gzgetss.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzgetss.xml:1.2 Wed Apr 17 02:45:33 2002
+++ phpdoc/en/reference/zlib/functions/gzgetss.xml Sun Aug 25 12:52:39 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.gzgetss">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>gzgetss</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>allowable_tags</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/zlib/functions/gzgets.xml
diff -u phpdoc/en/reference/zlib/functions/gzgets.xml:1.2
phpdoc/en/reference/zlib/functions/gzgets.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzgets.xml:1.2 Wed Apr 17 02:45:33 2002
+++ phpdoc/en/reference/zlib/functions/gzgets.xml Sun Aug 25 12:52:39 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.gzgets">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>gzgets</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/zlib/functions/gzgetc.xml
diff -u phpdoc/en/reference/zlib/functions/gzgetc.xml:1.2
phpdoc/en/reference/zlib/functions/gzgetc.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzgetc.xml:1.2 Wed Apr 17 02:45:32 2002
+++ phpdoc/en/reference/zlib/functions/gzgetc.xml Sun Aug 25 12:52:39 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.gzgetc">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>gzgetc</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
Returns a string containing a single (uncompressed) character
Index: phpdoc/en/reference/zlib/functions/gzeof.xml
diff -u phpdoc/en/reference/zlib/functions/gzeof.xml:1.2
phpdoc/en/reference/zlib/functions/gzeof.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzeof.xml:1.2 Wed Apr 17 02:45:32 2002
+++ phpdoc/en/reference/zlib/functions/gzeof.xml Sun Aug 25 12:52:39 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.gzeof">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzeof</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
Returns &true; if the gz-file pointer is at EOF or an error occurs;
Index: phpdoc/en/reference/zlib/functions/gzclose.xml
diff -u phpdoc/en/reference/zlib/functions/gzclose.xml:1.2
phpdoc/en/reference/zlib/functions/gzclose.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzclose.xml:1.2 Wed Apr 17 02:45:31 2002
+++ phpdoc/en/reference/zlib/functions/gzclose.xml Sun Aug 25 12:52:39 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.gzclose">
<refnamediv>
@@ -10,13 +10,13 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>gzclose</methodname>
- <methodparam><type>int</type><parameter>zp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
</methodsynopsis>
<para>
The gz-file pointed to by zp is closed.
</para>
<para>
- Returns &true; on success and &false; on failure.
+ &return.success;
</para>
<para>
The gz-file pointer must be valid, and must point to a file
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php