Introduction
Getting Started
Methods
Get the length of the string.
Twine\Str::length( void ) : int
$string = new Twine\Str('john pinkerton'); $string->length(); // Returns 14