From 35de7a1e377b3b4578d918f9a76da0c8f1483e36 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 20 Feb 2003 17:07:22 +0000 Subject: [PATCH] Added note.no-remote (for functions that only work on local files) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117357 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/language-snippets.ent b/language-snippets.ent index 74677dd7b1..667ed6b32b 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -17,11 +17,15 @@ currently not documented; only the argument list is available.'> Windows -versions of PHP prior to PHP 4.3 do not +versions of PHP prior to PHP 4.3.0 do not support accessing remote files via this function, even if allow_url_fopen is enabled. '> +This function will not work on +remote files as the file to +be examined must be accessible via the servers filesystem.'> + As with anything that outputs its result directly to the browser, you can use the output-control functions to capture