mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
809d19a962
commit
2616e55615
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue