mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
SELECT version FROM php ORDER BY desc;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279390 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f79c56ad39
commit
5a1b81985f
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-get-contents">
|
||||
<refnamediv>
|
||||
<refname>file_get_contents</refname>
|
||||
|
@ -237,9 +237,10 @@ $file = file_get_contents('http://www.example.com/', false, $context);
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
Added context support.
|
||||
The <parameter>use_include_path</parameter> parameter was replaced by
|
||||
the <parameter>flags</parameter> parameter.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -250,10 +251,9 @@ $file = file_get_contents('http://www.example.com/', false, $context);
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
The <parameter>use_include_path</parameter> parameter was replaced by
|
||||
the <parameter>flags</parameter> parameter.
|
||||
Added context support.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue