phprs\BufferedRespond::flush PHP Method

flush() public method

flush 不直接输出
See also: phprs\Response::flush()
public flush ( $limit = null, callable $func = null ) : void
$func callable 输出方法
return void
    public function flush($limit = null, $func = null)
    {
        return;
    }
BufferedRespond