Introduction
Getting Started
Methods
Reverse the string.
Twine\Str::reverse( void ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->reverse(); // Returns 'notreknip nhoj'