Свойство | Type | Description | |
---|---|---|---|
$autoFlush | boolean | If TRUE, flush output after every write. | |
$out | resource | ||
$outTarget | string | ||
$printsHTML | boolean |
Méthode | Description | |
---|---|---|
__construct ( mixed $out = NULL ) | Constructor. | |
flush ( ) | Flush buffer, optionally tidy up HTML, and close output. | |
getAutoFlush ( ) : boolean | Check auto-flush mode. | |
incrementalFlush ( ) | Performs a safe, incremental flush. | |
setAutoFlush ( boolean $autoFlush ) | Set auto-flushing mode. | |
write ( string $buffer ) |
public getAutoFlush ( ) : boolean | ||
Résultat | boolean |
public incrementalFlush ( ) |
public setAutoFlush ( boolean $autoFlush ) | ||
$autoFlush | boolean |
protected bool $autoFlush | ||
Résultat | boolean |