- Corrected wrongly spelled function name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nick Berard 2007-08-18 18:36:56 +00:00
parent 0348eb53ff
commit c0cbf0f917

View file

@ -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>