在项目开发中遇到这样一个Notice, 出现的频率也很低,纠结的是一旦出现这个Notice,运行结果就不正确;已经纠结N久,求大师解决!!!web提示如下:
Notice: fwrite()[function.fwrite]: send of 197 bytes failed width errno=104 Connection reset by peer in www/file/index.php on line 524
源代码如下:
funciton _Send($fp, $data, $length)
{
if(feof($fp) || fwrite($fp, $data, $length))
{
return FALSE;
}
return TRUE;
}
元芳怎么了
隔江千里