OutputInterface::writeln()

writeln(string|array $messages, int $options)

Writes a message to the output and adds a newline at the end.

Parameters

string|array $messages The message as an array of lines of a single string
int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL
doc_Symfony
2016-10-28 06:25:36
Comments
Leave a Comment

Please login to continue.