diff --git a/functions/filesystem.xml b/functions/filesystem.xml index c350b89f53..21752acbf0 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -726,13 +726,13 @@ fclose ($fd); Line $line_num:; ", htmlspecialchars ($line), "
\n"; } // get a web page into a string -$fcontents = implode ('', file ('http://www.php.net/')); +$fcontents = implode ('', file ('http://www.example.com/')); ?> ]]> @@ -1316,7 +1316,7 @@ $fcontents = implode ('', file ('http://www.php.net/'));