Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何读取从使用 PHP 重新连接到流的 HTML5 页面发送的 SSE ID?
我在某处读到使用可以访问它的地方: $_SERVER["LAST-EVENT-ID"]
但这似乎对我不起作用。
变量应该是$_SERVER["HTTP_LAST_EVENT_ID"]。
$_SERVER["HTTP_LAST_EVENT_ID"]
您可以使用
$_GET["lastEventId"];