betz            Sun Aug 25 12:51:47 2002 EDT

  Modified files:              
    /phpdoc/en/reference/zlib/functions gzopen.xml 
  Log:
  return type correction
  
  
Index: phpdoc/en/reference/zlib/functions/gzopen.xml
diff -u phpdoc/en/reference/zlib/functions/gzopen.xml:1.2 
phpdoc/en/reference/zlib/functions/gzopen.xml:1.3
--- phpdoc/en/reference/zlib/functions/gzopen.xml:1.2   Wed Apr 17 02:45:33 2002
+++ phpdoc/en/reference/zlib/functions/gzopen.xml       Sun Aug 25 12:51:47 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.gzopen">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>gzopen</methodname>
+      <type>resource</type><methodname>gzopen</methodname>
       <methodparam><type>string</type><parameter>filename</parameter></methodparam>
       <methodparam><type>string</type><parameter>mode</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>use_include_path</parameter></methodparam>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to