mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- 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:
parent
0348eb53ff
commit
c0cbf0f917
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
¬e.bin-safe;
|
||||
&tip.fopen-wrapper;
|
||||
¬e.context-support;
|
||||
&warn.ssl-non-standard;
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue