Skip to content

length

Get the length of the string.

php
Twine\Str::length( void ) : int

Examples

php
$string = new Twine\Str('john pinkerton');

$string->length(); // Returns 14