__construct() __construct(\think\console\Output $output) : mixed Parameters \think\console\Output $output Returns mixed —
write() write(mixed $messages, mixed $newline = false, mixed $type = Output::OUTPUT_NORMAL, mixed $stream = null) : mixed Parameters mixed $messages mixed $newline mixed $type mixed $stream Returns mixed —
doWrite() doWrite(string $message, bool $newline, null $stream = null) : mixed 将消息写入到输出。 Parameters string $message 消息 bool $newline 是否另起一行 null $stream Returns mixed —
splitStringByWidth() splitStringByWidth(mixed $string, mixed $width) : mixed Parameters mixed $string mixed $width Returns mixed —