[help] Is there a way to send response back to client in advance?

Is there a way to send response back to client in advance? I know in yii2, I can call `yii\web\Response::send()’ to achieve this. But is there a corresponding method in yii 1.1.x?

Thanks