PHP Class phprs\BufferedRespond

Author: caoym
Inheritance: extends Response
Show file Open project: caoym/phprs-restful

Public Methods

Method Description
flush ( $limit = null, callable $func = null ) : void flush 不直接输出

Method Details

flush() public method

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