wrapText() public static method (available since version 2.0.4)
Word wrap text with indentation to fit the screen size If screen size could not be detected, or the indentation is greater than the screen size, the text will not be wrapped. The first line will not be indented, so Console::wrapText("Lorem ipsum dolor sit amet.", 4) will result in the following output, given the screen width is 16 characters: Lorem ipsum
dolor sit
amet.
public static string wrapText ( $text, $indent