[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fgetc.xml From: Sara Golemon (php <email protected>)
Date: 01/20/03

pollita Mon Jan 20 15:18:50 2003 EDT

  Modified files:
    /phpdoc/en/reference/filesystem/functions fgetc.xml
  Log:
  Bug # 19959. fgetc() :: binary safe.
  
  
Index: phpdoc/en/reference/filesystem/functions/fgetc.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetc.xml:1.5 phpdoc/en/reference/filesystem/functions/fgetc.xml:1.6
--- phpdoc/en/reference/filesystem/functions/fgetc.xml:1.5 Wed Jan 15 15:22:10 2003
+++ phpdoc/en/reference/filesystem/functions/fgetc.xml Mon Jan 20 15:18:50 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.fgetc">
    <refnamediv>
@@ -21,6 +21,13 @@
      The file pointer must be valid, and must point to a file
      successfully opened by <function>fopen</function>,
      <function>popen</function>, or <function>fsockopen</function>.
+ </para>
+ <para>
+ <note>
+ <para>
+ This function is binary safe.
+ </para>
+ </note>
     </para>
     <para>
      See also <function>fread</function>, <function>fopen</function>,

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