@since Method available since Release 3.1.0
string $buffer:
protected static function write($buffer) { if (PHP_SAPI != 'cli') { $buffer = htmlspecialchars($buffer); } print $buffer; }