header('Content-Type: text/event-stream'); header('Cache-Control: no-cache'); while (true) { $data = [ 'name' => 'Rasmus Lerdorf' ] echo "event: sse\n"; ...
確定! 回上一頁