pollita Sat Jan 11 13:20:24 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions tmpfile.xml rewind.xml
popen.xml pclose.xml
fwrite.xml ftruncate.xml
ftell.xml fstat.xml
fseek.xml fscanf.xml
fread.xml fputs.xml
fpassthru.xml fopen.xml
flock.xml fgetss.xml
fgets.xml fgetcsv.xml
fgetc.xml fflush.xml
feof.xml fclose.xml
Log:
Changed <type>int</type> to <type>resource</type> for file handles. Also renamed
<parameter>handle</parameter> to <parameter>fp</parameter> for consistency.
Index: phpdoc/en/reference/filesystem/functions/tmpfile.xml
diff -u phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.2
phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.3
--- phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.2 Wed Apr 17 02:38:10
2002
+++ phpdoc/en/reference/filesystem/functions/tmpfile.xml Sat Jan 11 13:20:22
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.32 -->
<refentry id="function.tmpfile">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>tmpfile</methodname>
+ <type>resource</type><methodname>tmpfile</methodname>
<void/>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/filesystem/functions/rewind.xml
diff -u phpdoc/en/reference/filesystem/functions/rewind.xml:1.3
phpdoc/en/reference/filesystem/functions/rewind.xml:1.4
--- phpdoc/en/reference/filesystem/functions/rewind.xml:1.3 Sun Aug 11 20:27:12
2002
+++ phpdoc/en/reference/filesystem/functions/rewind.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.rewind">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>rewind</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Sets the file position indicator for fp to the beginning of the
Index: phpdoc/en/reference/filesystem/functions/popen.xml
diff -u phpdoc/en/reference/filesystem/functions/popen.xml:1.3
phpdoc/en/reference/filesystem/functions/popen.xml:1.4
--- phpdoc/en/reference/filesystem/functions/popen.xml:1.3 Thu Oct 17 23:30:33
2002
+++ phpdoc/en/reference/filesystem/functions/popen.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.popen">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>popen</methodname>
+ <type>resource</type><methodname>popen</methodname>
<methodparam><type>string</type><parameter>command</parameter></methodparam>
<methodparam><type>string</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/filesystem/functions/pclose.xml
diff -u phpdoc/en/reference/filesystem/functions/pclose.xml:1.2
phpdoc/en/reference/filesystem/functions/pclose.xml:1.3
--- phpdoc/en/reference/filesystem/functions/pclose.xml:1.2 Wed Apr 17 02:38:09
2002
+++ phpdoc/en/reference/filesystem/functions/pclose.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.pclose">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>pclose</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Closes a file pointer to a pipe opened by
Index: phpdoc/en/reference/filesystem/functions/fwrite.xml
diff -u phpdoc/en/reference/filesystem/functions/fwrite.xml:1.5
phpdoc/en/reference/filesystem/functions/fwrite.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fwrite.xml:1.5 Fri Nov 8 14:48:41
2002
+++ phpdoc/en/reference/filesystem/functions/fwrite.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fwrite">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>fwrite</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/filesystem/functions/ftruncate.xml
diff -u phpdoc/en/reference/filesystem/functions/ftruncate.xml:1.2
phpdoc/en/reference/filesystem/functions/ftruncate.xml:1.3
--- phpdoc/en/reference/filesystem/functions/ftruncate.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/ftruncate.xml Sat Jan 11 13:20:22
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.14 -->
<refentry id="function.ftruncate">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ftruncate</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <type>bool</type><methodname>ftruncate</methodname>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/filesystem/functions/ftell.xml
diff -u phpdoc/en/reference/filesystem/functions/ftell.xml:1.2
phpdoc/en/reference/filesystem/functions/ftell.xml:1.3
--- phpdoc/en/reference/filesystem/functions/ftell.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/ftell.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.ftell">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ftell</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Returns the position of the file pointer referenced by fp; i.e.,
Index: phpdoc/en/reference/filesystem/functions/fstat.xml
diff -u phpdoc/en/reference/filesystem/functions/fstat.xml:1.2
phpdoc/en/reference/filesystem/functions/fstat.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fstat.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/fstat.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.24 -->
<refentry id="function.fstat">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>fstat</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Gathers the statistics of the file opened by the file
Index: phpdoc/en/reference/filesystem/functions/fseek.xml
diff -u phpdoc/en/reference/filesystem/functions/fseek.xml:1.2
phpdoc/en/reference/filesystem/functions/fseek.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fseek.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/fseek.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fseek">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>fseek</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>whence</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/filesystem/functions/fscanf.xml
diff -u phpdoc/en/reference/filesystem/functions/fscanf.xml:1.5
phpdoc/en/reference/filesystem/functions/fscanf.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fscanf.xml:1.5 Wed Nov 27 16:17:41
2002
+++ phpdoc/en/reference/filesystem/functions/fscanf.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fscanf">
<refnamediv>
@@ -10,14 +10,14 @@
<title>Description</title>
<methodsynopsis>
<type>mixed</type><methodname>fscanf</methodname>
- <methodparam><type>int</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>var1</parameter></methodparam>
</methodsynopsis>
<para>
The function <function>fscanf</function> is similar to
<function>sscanf</function>, but it takes its input from a file
- associated with <parameter>handle</parameter> and interprets the
+ associated with <parameter>fp</parameter> and interprets the
input according to the specified
<parameter>format</parameter>. If only two parameters were passed
to this function, the values parsed will be returned as an array.
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.4
phpdoc/en/reference/filesystem/functions/fread.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.4 Sat Nov 9 16:01:11
2002
+++ phpdoc/en/reference/filesystem/functions/fread.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>fread</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<simpara>
Index: phpdoc/en/reference/filesystem/functions/fputs.xml
diff -u phpdoc/en/reference/filesystem/functions/fputs.xml:1.2
phpdoc/en/reference/filesystem/functions/fputs.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fputs.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/fputs.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fputs">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>fputs</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</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/filesystem/functions/fpassthru.xml
diff -u phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.3
phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.3 Thu Sep 26 09:56:53
2002
+++ phpdoc/en/reference/filesystem/functions/fpassthru.xml Sat Jan 11 13:20:22
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fpassthru">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>fpassthru</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<simpara>
Reads to EOF on the given file pointer from the current position and
@@ -18,7 +18,9 @@
</simpara>
<simpara>
If an error occurs, <function>fpassthru</function> returns
- &false;.
+ &false;. Otherwise, <function>fpassthru</function> returns
+ the number of characters read from <parameter>fp</parameter>
+ and passed through to the output.
</simpara>
<simpara>
The file pointer must be valid, and must point to a file successfully
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.5
phpdoc/en/reference/filesystem/functions/fopen.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.5 Mon Sep 23 22:53:08
2002
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>fopen</methodname>
+ <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>
Index: phpdoc/en/reference/filesystem/functions/flock.xml
diff -u phpdoc/en/reference/filesystem/functions/flock.xml:1.3
phpdoc/en/reference/filesystem/functions/flock.xml:1.4
--- phpdoc/en/reference/filesystem/functions/flock.xml:1.3 Mon Jun 10 06:36:18
2002
+++ phpdoc/en/reference/filesystem/functions/flock.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.flock">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>flock</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>int</type><parameter>operation</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>&wouldblock</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/filesystem/functions/fgetss.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetss.xml:1.3
phpdoc/en/reference/filesystem/functions/fgetss.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fgetss.xml:1.3 Thu Sep 26 09:59:34
2002
+++ phpdoc/en/reference/filesystem/functions/fgetss.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fgetss">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>fgetss</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</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/filesystem/functions/fgets.xml
diff -u phpdoc/en/reference/filesystem/functions/fgets.xml:1.4
phpdoc/en/reference/filesystem/functions/fgets.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fgets.xml:1.4 Sat Oct 19 09:25:47
2002
+++ phpdoc/en/reference/filesystem/functions/fgets.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fgets">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>fgets</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.5
phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.5 Thu Oct 17 21:48:11
2002
+++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml Sat Jan 11 13:20:22
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fgetcsv">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>fgetcsv</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>enclosure</parameter></methodparam>
Index: phpdoc/en/reference/filesystem/functions/fgetc.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetc.xml:1.2
phpdoc/en/reference/filesystem/functions/fgetc.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fgetc.xml:1.2 Wed Apr 17 02:38:06
2002
+++ phpdoc/en/reference/filesystem/functions/fgetc.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fgetc">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>fgetc</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Returns a string containing a single character read from the
Index: phpdoc/en/reference/filesystem/functions/fflush.xml
diff -u phpdoc/en/reference/filesystem/functions/fflush.xml:1.3
phpdoc/en/reference/filesystem/functions/fflush.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fflush.xml:1.3 Fri Aug 9 05:30:32
2002
+++ phpdoc/en/reference/filesystem/functions/fflush.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.43 -->
<refentry id="function.fflush">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>fflush</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <type>bool</type><methodname>fflush</methodname>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
This function forces a write of all buffered output to the
Index: phpdoc/en/reference/filesystem/functions/feof.xml
diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.2
phpdoc/en/reference/filesystem/functions/feof.xml:1.3
--- phpdoc/en/reference/filesystem/functions/feof.xml:1.2 Wed Apr 17 02:38:06
2002
+++ phpdoc/en/reference/filesystem/functions/feof.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.feof">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>feof</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <type>bool</type><methodname>feof</methodname>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
Returns &true; if the file pointer is at EOF or an error occurs;
Index: phpdoc/en/reference/filesystem/functions/fclose.xml
diff -u phpdoc/en/reference/filesystem/functions/fclose.xml:1.3
phpdoc/en/reference/filesystem/functions/fclose.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fclose.xml:1.3 Thu Oct 17 23:07:44
2002
+++ phpdoc/en/reference/filesystem/functions/fclose.xml Sat Jan 11 13:20:22 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fclose">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fclose</methodname>
- <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
</methodsynopsis>
<para>
The file pointed to by <parameter>fp</parameter> is closed.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php