From 5a1b81985fe31064e38532217527371b289130d5 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 26 Apr 2009 11:47:34 +0000 Subject: [PATCH] SELECT version FROM php ORDER BY desc; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279390 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 1b6076239f..0a58e17a9b 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -1,5 +1,5 @@ - + file_get_contents @@ -237,9 +237,10 @@ $file = file_get_contents('http://www.example.com/', false, $context); - 5.0.0 + 6.0.0 - Added context support. + The use_include_path parameter was replaced by + the flags parameter. @@ -250,10 +251,9 @@ $file = file_get_contents('http://www.example.com/', false, $context); - 6.0.0 + 5.0.0 - The use_include_path parameter was replaced by - the flags parameter. + Added context support.