nicobn          Sat Aug 18 18:43:24 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-put-contents.xml 
  Log:
  Added reference to stream_context_create in the pagraph for context 
description
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.20 
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.21
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.20 Sat Aug 
18 18:18:02 2007
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml      Sat Aug 
18 18:43:24 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.file-put-contents">
  <refnamediv>
   <refname>file_put_contents</refname> 
@@ -140,7 +140,8 @@
      <term><parameter>context</parameter></term>
      <listitem>
       <para>
-       A context resource
+       A valid context resource created with 
+       <function>stream_context_create</function>.
       </para>
      </listitem>
     </varlistentry>
@@ -197,7 +198,6 @@
  <refsect1 role="notes">
   &reftitle.notes;
   &note.bin-safe;
-  &note.context-support;
   &tip.fopen-wrapper;
  </refsect1>
 

Reply via email to