__construct() __construct(\think\console\Output $output) : mixed Parameters \think\console\Output $output Returns mixed —
write() write(mixed $messages, bool $newline = false, int $type, mixed $stream = null) : mixed Parameters mixed $messages bool $newline int $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(string $string, int $width) : array Parameters string $string int $width Returns array —