write()
write(string|\Symfony\Component\Console\Output\iterable $messages, boolean $newline = false, integer $options)
Writes a message to the output.
Parameters
string|\Symfony\Component\Console\Output\iterable | $messages | The message as an iterable of strings or a single string |
boolean | $newline | Whether to add a newline |
integer | $options | A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL |