Notes re context option

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-05-19 20:26:58 +00:00
parent 809d19a962
commit 2616e55615
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
<refentry id="function.file-get-contents">
<refnamediv>
@ -22,7 +22,7 @@
&tip.fopen-wrapper;
<note>
<simpara>
Context support was added with <literal>PHP 5.0</literal>
Context support was added with <literal>PHP 5.0.0</literal>
</simpara>
</note>
<simpara>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file">
<refnamediv>
@ -65,6 +65,11 @@ $html = implode ('', file ('http://www.example.com/'));
</para>
</note>
&tip.fopen-wrapper;
<note>
<simpara>
Context support was added with <literal>PHP 5.0.0</literal>
</simpara>
</note>
<para>
See also <function>readfile</function>,
<function>fopen</function>, <function>fsockopen</function>,