dams            Tue Jan 28 13:56:30 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fgetc.xml 
  Log:
  handle usage instead of fp
  
Index: phpdoc/en/reference/filesystem/functions/fgetc.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetc.xml:1.7 
phpdoc/en/reference/filesystem/functions/fgetc.xml:1.8
--- phpdoc/en/reference/filesystem/functions/fgetc.xml:1.7      Sun Jan 26 21:50:41 
2003
+++ phpdoc/en/reference/filesystem/functions/fgetc.xml  Tue Jan 28 13:56:30 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- 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>resource</type><parameter>fp</parameter></methodparam>
+     <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
     </methodsynopsis>
     <para>
      Returns a string containing a single character read from the



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

Reply via email to