<?php ob_flush(): bool
<?php echo json_encode(['stream' => true, 'body' => $body, 'endStream' => true]); if (ob_get_level() > 0) { ob_flush(); } flush();