pollita         Fri Apr 23 14:23:08 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fopen.xml 
  Log:
  wrong param type
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fopen.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.23 
phpdoc/en/reference/filesystem/functions/fopen.xml:1.24
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.23     Wed Apr 14 01:28:54 
2004
+++ phpdoc/en/reference/filesystem/functions/fopen.xml  Fri Apr 23 14:23:08 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fopen">
    <refnamediv>
@@ -12,7 +12,7 @@
       <type>resource</type><methodname>fopen</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>
+      <methodparam 
choice="opt"><type>bool</type><parameter>use_include_path</parameter></methodparam>
       <methodparam 
choice="opt"><type>resource</type><parameter>zcontext</parameter></methodparam>
      </methodsynopsis>
     <simpara>

Reply via email to