jan             Fri Oct 18 16:47:26 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file.xml 
  Log:
   - file is now binary safe
  
  
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.4 
phpdoc/en/reference/filesystem/functions/file.xml:1.5
--- phpdoc/en/reference/filesystem/functions/file.xml:1.4       Thu Oct 17 22:15:02 
2002
+++ phpdoc/en/reference/filesystem/functions/file.xml   Fri Oct 18 16:47:26 2002
@@ -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.file">
    <refnamediv>
@@ -56,10 +56,12 @@
     <note>
      <para>
       As of PHP 4.3.0 you can use <function>file_get_contents</function> to
-      return the contents of a file as a string in a binary safe manner.
+      return the contents of a file as a string. 
+     </para>
+     <para>
+      In PHP 4.3.0 <function>file</function> became binary safe.
      </para>
     </note>
-    &note.not-bin-safe;
     &tip.fopen-wrapper;
     <para> 
      See also <function>readfile</function>,



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

Reply via email to