From b1ed4e59e68c7cd13b5a2341161702dcc0cae4d3 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Wed, 10 Apr 2002 08:25:25 +0000 Subject: [PATCH] changed urls in examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77505 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/'));