在項目開發中遇到這樣一個Notice, 出現的頻率也很低,糾結的是一旦出現這個Notice,運行結果就不正確;已經糾結N久,求大師解決?。。eb提示如下: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;}
- 2 回答
- 0 關注
- 112 瀏覽
添加回答
舉報
0/150
提交
取消