\n"); } $len = filesize($filename); $contents = fread($fd, $len); fclose($fd); return $contents; } ?>