From c25464d85b7e36f66a522bf21e7d9e95050b3676 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 9 Apr 2003 00:02:53 +0000 Subject: [PATCH] Additional context parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122948 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file.xml | 3 ++- reference/filesystem/functions/readfile.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file.xml b/reference/filesystem/functions/file.xml index 4c4e9cbe74..c761e9f728 100644 --- a/reference/filesystem/functions/file.xml +++ b/reference/filesystem/functions/file.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ arrayfile stringfilename intuse_include_path + resourcecontext Identical to readfile, except that diff --git a/reference/filesystem/functions/readfile.xml b/reference/filesystem/functions/readfile.xml index 315f0a89c0..ed4ad473b5 100644 --- a/reference/filesystem/functions/readfile.xml +++ b/reference/filesystem/functions/readfile.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ intreadfile stringfilename booluse_include_path + resourcecontext Reads a file and writes it to the output buffer.