philip          Mon Jun 30 18:55:46 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fread.xml 
  Log:
  Use of example.com for urls.
  
  
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.11 
phpdoc/en/reference/filesystem/functions/fread.xml:1.12
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.11     Mon Jun 30 14:21:03 
2003
+++ phpdoc/en/reference/filesystem/functions/fread.xml  Mon Jun 30 18:55:45 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
   <refentry id="function.fread">
    <refnamediv>
@@ -72,7 +72,7 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-$handle = fopen ("http://www.php.net/";, "rb");
+$handle = fopen ("http://www.example.com/";, "rb");
 $contents = "";
 do {
     $data = fread($handle, 8192);



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to