From 2616e55615d49f75b2baba66a93460b48347be4b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 19 May 2003 20:26:58 +0000 Subject: [PATCH] Notes re context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127811 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 4 ++-- reference/filesystem/functions/file.xml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 901b24995f..cb061fb336 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ &tip.fopen-wrapper; - Context support was added with PHP 5.0 + Context support was added with PHP 5.0.0 diff --git a/reference/filesystem/functions/file.xml b/reference/filesystem/functions/file.xml index c761e9f728..1ef1dbaab4 100644 --- a/reference/filesystem/functions/file.xml +++ b/reference/filesystem/functions/file.xml @@ -1,5 +1,5 @@ - + @@ -65,6 +65,11 @@ $html = implode ('', file ('http://www.example.com/')); &tip.fopen-wrapper; + + + Context support was added with PHP 5.0.0 + + See also readfile, fopen, fsockopen,