'; //打开文件 $ret = fopen($file,"r"); echo $ret.'
'; //关闭文件 $ret = fclose($ret); echo $ret.'
'; ?>