Kraken\Stream\StreamWriterInterface::write PHP Method

write() public method

Write text to stream.
public write ( string $text ) : boolean
$text string
return boolean
    public function write($text);