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.