aidan           Thu Aug 26 04:57:23 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fwrite.xml 
  Log:
  Added file_put_contents to the see-also
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fwrite.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/filesystem/functions/fwrite.xml
diff -u phpdoc/en/reference/filesystem/functions/fwrite.xml:1.11 
phpdoc/en/reference/filesystem/functions/fwrite.xml:1.12
--- phpdoc/en/reference/filesystem/functions/fwrite.xml:1.11    Tue Aug  3 13:25:32 
2004
+++ phpdoc/en/reference/filesystem/functions/fwrite.xml Thu Aug 26 04:57:23 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fwrite">
    <refnamediv>
@@ -80,8 +80,11 @@
      </example>
     </para>
     <simpara>
-     See also <function>fread</function>, <function>fopen</function>,
-     <function>fsockopen</function>, and <function>popen</function>.
+     See also <function>fread</function>,
+     <function>fopen</function>,
+     <function>fsockopen</function>,
+     <function>popen</function>, and
+     <function>file_put_contents</function>.
     </simpara>
    </refsect1>
   </refentry>

Reply via email to