我使用這樣的代碼:
//section with the important stuff for the client
ob_start();
echo "Blah... Random Content" . rand(1,1000);
$size = ob_get_length();
header("Content-Length: $size");
header('Connectio
我正在爲客戶端開發一個API腳本,並且他們需要其中一個服務來請求所需的內容長度。據我所知,PHP無法發送頭中的Content-Length。我可能是錯的,但是,如果沒有它,我不斷收到Premature end of data in tag html line 3 [string:Exception:private] => [code:protected] => 0 [file:protected]