nicobn          Sat Aug 18 18:36:56 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
  Log:
  - Corrected wrongly spelled function name
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.28&r2=1.29&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.28 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.29
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.28 Sat Aug 
18 18:20:50 2007
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml      Sat Aug 
18 18:36:56 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.file-get-contents">
  <refnamediv>
   <refname>file_get_contents</refname> 
@@ -53,7 +53,7 @@
      <listitem>
       <para>
        A valid context resource created with 
-       <function>stream_create_context</function>. If you don't need to use a
+       <function>stream_context_create</function>. If you don't need to use a
        custom context, you can skip this parameter by &null;.
       </para>
      </listitem>
@@ -168,7 +168,7 @@
       <row>
        <entry>5.0.0</entry>
        <entry>
-        Added the context support.
+        Added context support.
        </entry>
       </row>
       <row>
@@ -195,7 +195,6 @@
   &reftitle.notes;
   &note.bin-safe;
   &tip.fopen-wrapper;
-  &note.context-support;
   &warn.ssl-non-standard;
  </refsect1>
 

Reply via email to