" . fread($filestream, 1) . "
"; // 3. Close the file // Upon completion of any file operation, // the filestream must be destroyed by specifying it as an argument // to the fclose() function. fclose($filestream); ?>