Introduction
Getting Started
Methods
Echo the string.
Twine\Str::echo( void ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->echo(); // Echos 'john pinkerton'