PHP Class phprs\BufferedRespond

Author: caoym
Inheritance: extends Response
Afficher le fichier Open project: caoym/phprs-restful

Méthodes publiques

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

Method Details

flush() public méthode

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