ヘッダーの接続を変更して閉じるサーバー構成を変更せずに、php を使用してヘッダーの接続を閉じるように設定する方法ヘッダー (「Connection: close」) を使用すると機能しません-----解決策--------- header("Content-Length: 0");header("Connection: close");flush();?>