[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-get-contents.xml From: CHAILLAN Nicolas (nicos <email protected>)
Date: 01/06/03

nicos Mon Jan 6 18:52:22 2003 EDT

  Modified files:
    /phpdoc/en/reference/filesystem/functions file-get-contents.xml
  Log:
  fixing #21460 (less descriptive it looks its better)
  
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.5 phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.6
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.5 Mon Jan 6 18:42:51 2003
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml Mon Jan 6 18:52: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.130 -->
   <refentry id="function.file-get-contents">
    <refnamediv>
@@ -15,8 +15,7 @@
      </methodsynopsis>
     <para>
      Identical to <function>file</function>, except that
- <function>file_get_contents</function> returns the file in a string
- and not an array where each element corresponds to a line in the file.
+ <function>file_get_contents</function> returns the file in a string.
     </para>
     &note.bin-safe;
     &tip.fopen-wrapper;

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